Skip to content

Commit

Permalink
Test(config): Travis CI update node versions
Browse files Browse the repository at this point in the history
The `--lts` flag does not include all current LTS releases
  • Loading branch information
fvdm committed Feb 16, 2017
1 parent 47c1af5 commit ac52d88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: node_js
node_js:
- 'node'
- '--lts'
- '7'
- '6'
- '4'

0 comments on commit ac52d88

Please sign in to comment.