We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5932ef commit 12748a8Copy full SHA for 12748a8
.travis.yml
@@ -53,12 +53,12 @@ matrix:
53
- node_js: "6"
54
os: linux
55
before_script: if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then exit 0; fi
56
- script: node tests/run_e2e.js --ng2 "--glob=tests/{build,test,misc}/**"
+ script: node tests/run_e2e.js --ng2 "--glob=tests/build/**"
57
env: ng2
58
- node_js: "7"
59
60
61
- script: node tests/run_e2e.js "--glob=tests/{build,test,misc}/**"
+ script: node tests/run_e2e.js "--glob=tests/build/**"
62
env: node7
63
- node_js: "8"
64
0 commit comments