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

Commit 1fe1554

Browse files
committed
Merge branch 'hotfix/269'
Close #269
2 parents cca9819 + 3877049 commit 1fe1554

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ matrix:
2020
- php: 5.6
2121
env:
2222
- DEPS=locked
23-
- TEST_COVERAGE=true
2423
- php: 5.6
2524
env:
2625
- DEPS=latest
@@ -31,6 +30,7 @@ matrix:
3130
env:
3231
- DEPS=locked
3332
- CHECK_CS=true
33+
- TEST_COVERAGE=true
3434
- php: 7
3535
env:
3636
- DEPS=latest
@@ -49,16 +49,15 @@ matrix:
4949
- php: 7.2
5050
env:
5151
- DEPS=locked
52-
- TEST_COVERAGE=true
5352
- php: 7.2
5453
env:
5554
- DEPS=latest
5655
allow_failures:
5756
- php: 7.2
5857

5958
before_install:
59+
- if [[ $TEST_COVERAGE != 'true' && "$(php --version | grep xdebug -ci)" -ge 1 ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
6060
- travis_retry composer self-update
61-
- if [[ $TEST_COVERAGE != 'true' && "$(php --version | grep xdebug -ci)" -ge 1 ]]; then phpenv config-rm xdebug.ini ; fi
6261

6362
install:
6463
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs

0 commit comments

Comments
 (0)