Skip to content

Commit

Permalink
Improved .travis.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Crozat committed Sep 26, 2016
1 parent a4ee1b5 commit 227e077
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ php:
- 5.6
- 7.0

before_script:
- composer install
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

before_install:
- travis_retry composer self-update

install:
- travis_retry composer update --prefer-source $PREFER_LOWEST

script:
- phpunit

0 comments on commit 227e077

Please sign in to comment.