File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments