Skip to content

Commit

Permalink
chore: update CI for current Node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Audrey Eschright committed Jan 24, 2019
1 parent 6de45a6 commit e58fed9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
before_script: npm install -g npm@latest
node_js:
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
node_js:
- "10"
- "8"
- "6"
- "11"

0 comments on commit e58fed9

Please sign in to comment.