Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
nason committed Jan 24, 2018
1 parent 77b949f commit 4f0def1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: node_js
node_js:
- "stable"
- "node"
- "lts/*"
- "4"
- "6"
cache:
directories:
- "node_modules"
script:
- npm run cover
after_success:
Expand Down

0 comments on commit 4f0def1

Please sign in to comment.