Skip to content

Commit

Permalink
docs(test): Dont test all node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorgerhardt committed Jul 5, 2016
1 parent 0015717 commit b248fbd
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,12 @@ cache:
notifications:
email: false
node_js:
- '4'
- iojs-v3
- iojs-v2
- iojs-v1
- '0.12'
- '0.10'
- '6'
before_install:
- npm i -g npm@^2.0.0
- npm i -g npm@^3.0.0
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:
Expand Down

0 comments on commit b248fbd

Please sign in to comment.