Skip to content

Commit

Permalink
Merge pull request #2 from Nyholm/travis
Browse files Browse the repository at this point in the history
Travis fixes
  • Loading branch information
Nyholm committed Mar 3, 2018
2 parents 444ef77 + a8dde9d commit 00e7ae8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -20,6 +20,7 @@ matrix:
include:
- php: 7.2
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
env: DEPENDENCIES="phpunit/phpunit:^7"
- php: 5.5
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"

Expand All @@ -33,6 +34,7 @@ matrix:

before_install:
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;

install:
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
Expand Down

0 comments on commit 00e7ae8

Please sign in to comment.