Skip to content

Commit

Permalink
remove 0.x from Travis, cache npm stuff, use containers
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 8, 2017
1 parent bdda1a4 commit caeeac4
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
@@ -1,9 +1,12 @@
sudo: false
language: node_js
sudo: false
node_js:
- '0.10'
- '0.12'
- '4'
- '6'
- '8'

- 8
- 6
- 4
notifications:
email: false
cache:
directories:
- $HOME/.npm
- node_modules

0 comments on commit caeeac4

Please sign in to comment.