Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 19, 2019
1 parent 191ae69 commit 3d4af41
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
@@ -1,6 +1,15 @@
sudo: false
language: node_js

node_js:
- '6'
- '8'
- '10'
- node
- 12
- 10
- 8
- 6

cache:
directories:
- $HOME/.npm

notifications:
email: false

0 comments on commit 3d4af41

Please sign in to comment.