Skip to content

Commit

Permalink
Fix travis.yml
Browse files Browse the repository at this point in the history
Deprecate old node versions
Add node 0.10, 4, and 6 to versions
  • Loading branch information
theworkflow committed Aug 23, 2016
1 parent a164194 commit ca074ba
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.9
branches:
only:
- master
- develop
- 0.10
- 4
- 6
before_install:
"npm install npm@latest -g"
sudo: required

0 comments on commit ca074ba

Please sign in to comment.