Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 09861d3

Browse files
committed
ci: use node 8 for lint and coveralls
1 parent 0eeb384 commit 09861d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ matrix:
1717
fast_finish: true
1818
include:
1919
- os: linux
20-
node_js: "6"
20+
node_js: "8"
2121
env: CXX=g++-4.8 TEST_SUITE=coveralls
2222
- os: linux
23-
node_js: "6"
23+
node_js: "8"
2424
env: CXX=g++-4.8 TEST_SUITE=lint
2525
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)