File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ matrix:
27
27
env : test
28
28
- node_js : " 6"
29
29
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
31
31
env : e2e-0
32
32
- node_js : " 6"
33
33
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
35
35
env : e2e-1
36
36
- node_js : " 6"
37
37
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
39
39
env : e2e-2
40
40
- node_js : " 6"
41
41
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
43
43
env : e2e-3
44
44
- node_js : " 6"
45
45
os : linux
You can’t perform that action at this time.
0 commit comments