Skip to content

Commit

Permalink
Update to test node stable and remove pre-install
Browse files Browse the repository at this point in the history
The node version installed nowadays on Travis is good enough, so no need
to install it before running the tests.
  • Loading branch information
sondr3 committed Sep 11, 2015
1 parent ad026cc commit 117cfd0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,7 @@ sudo: false
node_js:
- "0.12"
- "0.10"
- iojs
before_install:
- npm install -g npm@'>2.7.0'
- "4"
after_script:
- CODECLIMATE_REPO_TOKEN=7b0cbee1382c968a036868d26ec04d0ddc7b7aeef25ceead5ff9ff50a3c2ae8b codeclimate < coverage/lcov.info
- rm -rf ./coverage
Expand Down

0 comments on commit 117cfd0

Please sign in to comment.