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 10891ee commit d855a91Copy full SHA for d855a91
.travis.yml
@@ -11,6 +11,7 @@ php:
11
- 5.5
12
- 5.6
13
- 7.0
14
+ - 7.1
15
- hhvm
16
17
env:
@@ -28,7 +29,7 @@ matrix:
28
29
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30
31
before_install:
- - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
32
+ - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
33
34
install:
35
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
0 commit comments