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 fe0bda8 commit db80f31Copy full SHA for db80f31
.travis.yml
@@ -19,6 +19,7 @@ matrix:
19
- env: NODE_SCRIPT="tests/run_e2e.js --ng2"
20
- env: DEPLOY_SCRIPT="scripts/git-builds.js"
21
- node_js: "7"
22
+ - node_js: "8"
23
include:
24
- node_js: "6"
25
os: linux
@@ -58,6 +59,9 @@ matrix:
58
59
60
61
env: NODE_SCRIPT=tests/run_e2e.js
62
63
+ os: linux
64
+ env: NODE_SCRIPT="tests/run_e2e.js --glob=tests/build/**"
65
66
before_install:
67
# Use a virtual display.
0 commit comments