Skip to content

Commit d9d909e

Browse files
committed
ci: re-enable build e2e tests on travis
1 parent 538a764 commit d9d909e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ matrix:
2727
env: test
2828
- node_js: "6"
2929
os: linux
30-
script: node tests/run_e2e.js "--ignore=**/tests/build/**" --nb-shards=4 --shard=0 --nosilent
30+
script: node tests/run_e2e.js --nb-shards=4 --shard=0 --nosilent
3131
env: e2e-0
3232
- node_js: "6"
3333
os: linux
34-
script: node tests/run_e2e.js "--ignore=**/tests/build/**" --nb-shards=4 --shard=1 --nosilent
34+
script: node tests/run_e2e.js --nb-shards=4 --shard=1 --nosilent
3535
env: e2e-1
3636
- node_js: "6"
3737
os: linux
38-
script: node tests/run_e2e.js "--ignore=**/tests/build/**" --nb-shards=4 --shard=2 --nosilent
38+
script: node tests/run_e2e.js --nb-shards=4 --shard=2 --nosilent
3939
env: e2e-2
4040
- node_js: "6"
4141
os: linux
42-
script: node tests/run_e2e.js "--ignore=**/tests/build/**" --nb-shards=4 --shard=3 --nosilent
42+
script: node tests/run_e2e.js --nb-shards=4 --shard=3 --nosilent
4343
env: e2e-3
4444
- node_js: "6"
4545
os: linux

0 commit comments

Comments
 (0)