Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit fd7b360

Browse files
committed
Fix PHP 7.1 tests
1 parent 071736c commit fd7b360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ matrix:
3030
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
3131

3232
before_install:
33-
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
33+
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi
3434

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

0 commit comments

Comments
 (0)