Skip to content

Commit

Permalink
chore: drop Node 0.12 and 4 build on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Mar 27, 2018
1 parent ad9deb4 commit 9009267
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ cache:
directories:
- node_modules
notifications:
email: false
email: true
node_js:
- '0.12'
- '4'
- '6'
before_install:
- npm i -g npm@^2.0.0
- '8'
before_script:
- npm i -g grunt-cli
- npm prune
Expand Down

0 comments on commit 9009267

Please sign in to comment.