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

Commit

Permalink
Merge branch 'hotfix/269' into develop
Browse files Browse the repository at this point in the history
Forward port #269
  • Loading branch information
weierophinney committed Sep 13, 2017
2 parents 0d5eb1f + 3877049 commit d6529dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ matrix:
- php: 5.6
env:
- DEPS=locked
- TEST_COVERAGE=true
- php: 5.6
env:
- DEPS=latest
Expand All @@ -31,6 +30,7 @@ matrix:
env:
- DEPS=locked
- CHECK_CS=true
- TEST_COVERAGE=true
- php: 7
env:
- DEPS=latest
Expand All @@ -49,16 +49,15 @@ matrix:
- php: 7.2
env:
- DEPS=locked
- TEST_COVERAGE=true
- php: 7.2
env:
- DEPS=latest
allow_failures:
- php: 7.2

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

install:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
Expand Down

0 comments on commit d6529dd

Please sign in to comment.