1
0
mirror of https://github.com/flarum/core.git synced 2025-07-19 15:51:16 +02:00

Travis: Update Xdebug removal code

This commit is contained in:
Franz Liedke
2016-01-28 07:59:04 +01:00
parent 29b1b2614a
commit b49b171d6f

View File

@@ -12,7 +12,7 @@ matrix:
fast_finish: true
before_script:
- rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi;
- composer install
script: