Skip to content

Commit

Permalink
Add new nodes to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jan 30, 2018
1 parent a0b08e2 commit ab22d1b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
language: node_js
node_js:
- "0.8"
- "9"
- "8"
- "6"
- "4"
- "iojs"
- "0.12"
- "0.10"
- "0.8"
before_install:
- npm install -g npm@~1.4.6
- 'nvm install-latest-npm'
sudo: false

0 comments on commit ab22d1b

Please sign in to comment.