Skip to content

Commit

Permalink
better build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed May 14, 2016
1 parent 5b6ca97 commit 71e45aa
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:
- 5.6
- 7

env:
matrix:
- DEPENDENCIES=""
- DEPENDENCIES="--prefer-lowest --prefer-stable"

before_script:
- composer self-update
- composer --dev install
- composer update --prefer-dist $DEPENDENCIES

script:
- php ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
Expand Down

0 comments on commit 71e45aa

Please sign in to comment.