Skip to content

Commit

Permalink
Fixing PHP 7.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Dec 1, 2020
1 parent ca2f361 commit 4842fbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -15,7 +15,7 @@ matrix:
include:
# Test the latest stable release
- php: 7.2
env: PHPSTAN=true
env: PHPSTAN=true COMPOSER1=true
- php: 7.4
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text" TESTNOSECURITYBUNDLE=true

Expand All @@ -38,6 +38,7 @@ matrix:

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

Expand Down

0 comments on commit 4842fbb

Please sign in to comment.