Skip to content

Commit 91ae594

Browse files
committed
remove xdebug configuration
1 parent 48e8983 commit 91ae594

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ php:
1515
matrix:
1616
fast_finish: true
1717

18-
before_install:
19-
- if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi
20-
2118
install:
2219
- 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
2320
- echo date.timezone = Europe/Berlin >> $INI_FILE

0 commit comments

Comments
 (0)