File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -54,28 +54,24 @@ matrix:
54
54
# Optional builds.
55
55
- node_js : " 6"
56
56
os : linux
57
+ before_install : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
57
58
script : node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
58
59
env : ng2
59
- on :
60
- all_branches : true
61
60
- node_js : " 6"
62
61
os : linux
62
+ before_install : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
63
63
script : node tests/run_e2e.js "--nightly --glob=tests/{build,test,misc}/**"
64
64
env : nightly
65
- on :
66
- all_branches : true
67
65
- node_js : " 7"
68
66
os : linux
67
+ before_install : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
69
68
script : node tests/run_e2e.js "--glob=tests/{build,test,misc}/**"
70
69
env : node7
71
- on :
72
- all_branches : true
73
70
- node_js : " 8"
74
71
os : linux
72
+ before_install : if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
75
73
script : node tests/run_e2e.js "--glob=tests/build/**"
76
74
env : node8
77
- on :
78
- all_branches : true
79
75
80
76
- stage : deploy
81
77
script : skip
You can’t perform that action at this time.
0 commit comments