We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2f361 commit 4842fbbCopy full SHA for 4842fbb
.travis.yml
@@ -15,7 +15,7 @@ matrix:
15
include:
16
# Test the latest stable release
17
- php: 7.2
18
- env: PHPSTAN=true
+ env: PHPSTAN=true COMPOSER1=true
19
- php: 7.4
20
env: COVERAGE=true PHPUNIT_FLAGS="-v --coverage-text" TESTNOSECURITYBUNDLE=true
21
@@ -38,6 +38,7 @@ matrix:
38
39
before_install:
40
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
41
+ - if [[ $COMPOSER1 = true ]]; then composer selfupdate --1; fi
42
- if ! [ -z "$STABILITY" ]; then composer config minimum-stability ${STABILITY}; fi;
43
- if ! [ -v "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;
44
0 commit comments