Skip to content

Commit

Permalink
.travis.yml updates
Browse files Browse the repository at this point in the history
* blank line
* Add Node.js versions:
  - 10.x (explicit)
  - 8.x
  - 6.14.x
  - 4.9.x (4.9.1)
  • Loading branch information
Christopher J. Brody committed Jul 9, 2018
1 parent 6bd262c commit 91564c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
language: node_js

node_js:
- "stable"
- "10"
- "8"
- "6.14"
- "6.5"
- "6.4"
- "6.3"
- "5.12"
- "4.9"
- "4.4"
- "0.12"

0 comments on commit 91564c2

Please sign in to comment.