Skip to content

Commit

Permalink
chore(package): Add older NodeJS versions to Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiklor committed Jan 27, 2016
1 parent 383b903 commit d713c0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -7,7 +7,12 @@ notifications:
email: true
node_js:
- stable
- 5
- 4
- 0.12
- 0.10
before_install:
- npm install -g npm@latest
before_script:
- npm prune
after_success:
Expand Down

0 comments on commit d713c0d

Please sign in to comment.