Skip to content

Commit 541d774

Browse files
committed
Revert changes to .travis.yml
1 parent f51438f commit 541d774

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ php:
1414

1515
matrix:
1616
fast_finish: true
17+
allow_failures:
18+
- php: nightly
1719

1820
install:
21+
- if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi
1922
- if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then INI_FILE=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; else INI_FILE=/etc/hhvm/php.ini; fi
2023
- echo date.timezone = Europe/Berlin >> $INI_FILE
2124
- echo memory_limit = -1 >> $INI_FILE

0 commit comments

Comments
 (0)