Skip to content

Commit

Permalink
Updated nvm version and remove prefe-lowest option
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Oct 30, 2015
1 parent 70b56e9 commit c92a1f3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:
- COMPOSER_OPTIONS="--prefer-source"

install:
- nvm install 4.1
- nvm use 4.1
- nvm install 4.2.1
- nvm use 4.2.1
- composer update --no-interaction ${COMPOSER_OPTIONS}
- cd Bundle/WebBundle
- npm install
Expand All @@ -45,6 +45,3 @@ matrix:
allow_failures:
- php: 7.0
- php: hhvm
include:
- php: 5.4
env: COMPOSER_OPTIONS="--prefer-lowest"

0 comments on commit c92a1f3

Please sign in to comment.