Skip to content

Commit

Permalink
Combine install blocks in .travis.yml
Browse files Browse the repository at this point in the history
This is an experiment to test the theory stated in [this
comment](typelevel#995 (comment)).
  • Loading branch information
ceedubs committed Apr 25, 2016
1 parent a6fe328 commit 3e1317b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ language: scala
git:
depth: 9999

install:
- pip install --user codecov

scala:
- 2.10.6
- 2.11.8
Expand All @@ -16,6 +13,7 @@ script:
# http://austinpray.com/ops/2015/09/20/change-travis-node-version.html
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- pip install --user codecov

notifications:
webhooks:
Expand Down

0 comments on commit 3e1317b

Please sign in to comment.