Skip to content

Commit

Permalink
edit travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 9, 2016
1 parent 36769cb commit 0b5641d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ php:
- 7.0
- 7.1

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

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

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit 0b5641d

Please sign in to comment.