Skip to content

Commit

Permalink
chore(travis): test with node 5+6
Browse files Browse the repository at this point in the history
also use current npm version
  • Loading branch information
Xiphe committed Jun 16, 2016
1 parent 5d565d5 commit f7aa5a7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
sudo: false

language: node_js

cache:
directories:
- node_modules

node_js:
- '4'
- '5'
before_install:
- npm i -g npm@^2.0.0
- '6'

before_script:
- npm prune

after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- 'export $(cat .to_export_back) &> /dev/null'
- npm run semantic-release

branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"

0 comments on commit f7aa5a7

Please sign in to comment.