Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alorel committed Oct 5, 2017
1 parent 7dd9ede commit e0e1288
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ language: node_js
sudo: false
dist: trusty
node_js:
- "7"
- "6"
- "5"
- "4"
- 8
- 7
- 6
- 5
- 4

cache:
directories:
- node_modules
- ~/.npm

before_install:
- node -e "var pkg = require('./package.json'); pkg.devDependencies.coveralls = '^2.11'; require('fs').writeFileSync('./package.json', JSON.stringify(pkg));";
- ~/.nvm

script:
- npm test
Expand All @@ -23,4 +22,4 @@ after_success:

notifications:
on_success: change
on_failure: always
on_failure: always

0 comments on commit e0e1288

Please sign in to comment.