Skip to content

Commit

Permalink
fix travis build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen-G committed Aug 16, 2017
1 parent 2f823bf commit eb39ec3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,16 @@ cache:
directories:
- $HOME/.composer/cache

matrix:
include:
- php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'

before_install:
- composer self-update
- phpenv config-rm xdebug.ini

install:
- travis_retry composer install ${COMPOSER_FLAGS} --prefer-source --no-interaction --no-progress --no-suggest
- travis_retry composer install --prefer-source --no-interaction --no-progress --no-suggest

before_script:
- composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-source --no-interaction --no-progress --no-suggest
- travis_retry composer update --prefer-source --no-interaction --no-progress --no-suggest

script:
- vendor/bin/phpunit

0 comments on commit eb39ec3

Please sign in to comment.