Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 27, 2017
1 parent f73938c commit 5f39911
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
language: node_js
sudo: false
node_js:
- '0.8'
- '0.10'
- '0.12'
- 'iojs'
before_install:
- npm install -g npm@latest
- 8
- 6
- 4
notifications:
email: false
cache:
directories:
- $HOME/.npm
- node_modules

0 comments on commit 5f39911

Please sign in to comment.