Skip to content

Commit

Permalink
Update travis for node v8,v9
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef authored Dec 15, 2017
1 parent 221828f commit a8e5de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
- "8"
- "9"
install:
- npm i
- npm test

0 comments on commit a8e5de9

Please sign in to comment.