Skip to content

Commit 489b520

Browse files
authoredJun 12, 2018
Update nodejs versions used for Travis-CI tests
Node 4 and 5 are now obsolete, and so there's no need to run tests against them. Versions 6, 8 and 10 are still within support as of this commit, with 6 in LTS maintenance and 8 and 10 under active development. Node 9 will be obsolete in a few weeks, so we'll just skip adding it in the first place.
1 parent 0fd6dcd commit 489b520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "4"
4-
- "5"
53
- "6"
4+
- "8"
5+
- "10"
66
script: npm test && npm run-script lint

0 commit comments

Comments
 (0)
Please sign in to comment.