Skip to content

Commit b0e970f

Browse files
committed
Run browsers tests with Node.js 8 rather than Node.js 6
Because standard dev dependencies being installed for not-legacy versions, has introduced some features or syntax constructs that simply won't run for Node.js 6 and below. Therefor running render-and-run-in-browser tests with Node.js 8 instead.
1 parent 95aa090 commit b0e970f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
language: node_js
22
node_js:
3-
- 6
43
- 8
54
- 10
65
- 12
76
script:
87
- npm test
9-
- "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '6' || npm run test-browser"
8+
- "test $TRAVIS_PULL_REQUEST != 'false' || test $TRAVIS_NODE_VERSION != '8' || npm run test-browser"
109
env:
1110
global:
1211
- secure: L0dg0jr2fwkc2tPwP5svybILPBn2qdLzMrWc5tEXg3MPcy8D59Gvf+ri7INqo+ETPM20o5CsaDCH+LHUNS/V0G4VG1ajvsy7d8uh3hnb/K6VfVui/CjsHIqOcOZrbxVxgyX+iMXEXAj0+Syow9uDQHVhrz1qqad1n79likNCXa4=

0 commit comments

Comments
 (0)