Skip to content

Commit

Permalink
Don't test on lowest depends
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Oct 29, 2018
1 parent 210fd63 commit 6f29ac0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -12,18 +12,13 @@ cache:
directories:
- "$HOME/.composer/cache/files"

env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

matrix:
allow_failures:
- php: nightly

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

script:
- vendor/bin/phpunit --testdox
Expand Down

0 comments on commit 6f29ac0

Please sign in to comment.