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

Commit 2caf828

Browse files
committed
ci: use node versions 8, 10, 11 for travis
1 parent eb74e99 commit 2caf828

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
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "6"
43
- "8"
5-
- "9"
4+
- "10"
5+
- "11"
66
env:
77
- CXX=g++-4.8
88
addons:
@@ -18,9 +18,9 @@ matrix:
1818
fast_finish: true
1919
include:
2020
- os: linux
21-
node_js: "6"
21+
node_js: "8"
2222
env: CXX=g++-4.8 TEST_SUITE=coveralls
2323
- os: linux
24-
node_js: "6"
24+
node_js: "8"
2525
env: CXX=g++-4.8 TEST_SUITE=lint
2626
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)