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

Commit df2a93d

Browse files
authored
Merge pull request #118 from webimpress/hotfix/travis
Fixed travis configuration - removed hhvm in condition
2 parents a3afcda + 94d8547 commit df2a93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ notifications:
5757

5858
before_install:
5959
- travis_retry composer self-update
60-
- if [[ $TRAVIS_PHP_VERSION != "hhvm" && $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi
60+
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || true ; fi
6161

6262
install:
6363
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi

0 commit comments

Comments
 (0)