Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 3828644

Browse files
holgerd77axic
authored andcommitted
Replaced outdated node versions 0.11, 0.12, 5 in travis build with 4, 6, 8
1 parent 02599c6 commit 3828644

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- "0.11"
4-
- "0.12"
53
- "4"
6-
- "5"
4+
- "6"
5+
- "8"
76
env:
87
- CXX=g++-4.8
98
addons:
@@ -19,9 +18,9 @@ matrix:
1918
fast_finish: true
2019
include:
2120
- os: linux
22-
node_js: "4"
21+
node_js: "8"
2322
env: CXX=g++-4.8 TEST_SUITE=coveralls
2423
- os: linux
25-
node_js: "4"
24+
node_js: "8"
2625
env: CXX=g++-4.8 TEST_SUITE=lint
2726
script: npm run $TEST_SUITE

0 commit comments

Comments
 (0)