Skip to content

Commit

Permalink
Run extra tests with --prefer-lowest
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed May 18, 2016
1 parent 9065bfa commit a25fc5c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,23 @@ php:
- 7.0
- hhvm

sudo: false

matrix:
fast_finish: true
allow_failures:
- php: hhvm

sudo: false
env:
matrix:
- PREFER_LOWEST="--prefer-lowest"
- PREFER_LOWEST=""

before_install:
- travis_retry composer self-update

install:
- travis_retry composer install --no-interaction --prefer-source
- travis_retry composer update --dev --no-interaction --prefer-source $PREFER_LOWEST

script:
- mkdir -p build/logs
Expand Down

0 comments on commit a25fc5c

Please sign in to comment.