Skip to content

Commit

Permalink
Update tested version matrix
Browse files Browse the repository at this point in the history
Based on current node.js published support table:
https://github.com/nodejs/Release#release-schedule

Continue to support 0.10.x, 0.12.x, and 4.x legacy stable branches. 9.x
has been deprecated so include its stable successor of v10.x instead.
  • Loading branch information
stash committed Jun 25, 2018
1 parent 8e395d8 commit 6b91d1a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .travis.yml
@@ -1,15 +1,11 @@
language: node_js
node_js:
- stable
- "9.0"
- "8.0"
- "7.0"
- "6.0"
- "5.12"
- "5.0"
- "4.4"
- "4.0"
- "0.12"
- "0.10"
- "v10.*"
- "v8.*"
- "v6.*"
- "v4.*"
- "v0.12.*"
- "v0.10.*"
matrix:
fast_finish: true

0 comments on commit 6b91d1a

Please sign in to comment.