Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed May 8, 2019
1 parent 2da9af3 commit 0e7ec27
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .travis.yml
@@ -1,8 +1,18 @@
sudo: false
language: node_js

node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- '6'
- node
- 12
- 10
- 8

os:
- linux
- windows

cache:
directories:
- $HOME/.npm

notifications:
email: false

0 comments on commit 0e7ec27

Please sign in to comment.