Skip to content

Commit

Permalink
Build both node v7 & v8 on travis CI
Browse files Browse the repository at this point in the history
Remove node v5 due to no LTS.
  • Loading branch information
kpman authored Jun 3, 2017
1 parent a6174d4 commit bbe896c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js
# Follow https://github.com/nodejs/LTS to decide when to remove a version
node_js:
- stable
- '7'
- '6'
- '5'
- '4'
sudo: false
env:
Expand Down

0 comments on commit bbe896c

Please sign in to comment.