Skip to content

Commit

Permalink
Update Travis Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
meeber committed Sep 10, 2016
1 parent e24b66e commit 296f20a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,12 @@ language: node_js
addons:
sauce_connect: true
node_js:
- 0.1
- 0.10 # to be removed 2016-10-01
- 0.12 # to be removed 2016-12-31
- 4 # to be removed 2018-04-01
- 6 # to be removed 2019-04-01
- lts/* # safety net; don't remove
- node # safety net; don't remove

script:
- make test-travisci
Expand Down

0 comments on commit 296f20a

Please sign in to comment.