Skip to content

Commit

Permalink
fix travis build script
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jul 29, 2015
1 parent 789764a commit c6d8175
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ matrix:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

## Run on container environment
sudo: false

## Cache composer bits
cache:
directories:
- vendor
- $HOME/.composer/cache

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
Expand Down

0 comments on commit c6d8175

Please sign in to comment.