Skip to content

Commit 81f8b9e

Browse files
authored
Merge pull request #1431 from rohit645/Travis_Build_fixed
Travis ci fix (fixes #3845)
2 parents 10eb9d9 + 7d5bb65 commit 81f8b9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ matrix:
1717
allow_failures:
1818
- node_js: stable
1919
include:
20-
# Run everything with v5 (match production)
21-
- node_js: 5
20+
# Run everything with v8 (match production)
21+
- node_js: 8
2222
env: TEST_SUITE=lint
23-
- node_js: 5
23+
- node_js: 8
2424
env: TEST_SUITE=unit
25-
- node_js: 6
25+
- node_js: 8
2626
env: TEST_SUITE=unit
2727
- node_js: stable
2828
env: TEST_SUITE=unit

0 commit comments

Comments
 (0)