mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
removed Xdebug on Travis
This commit is contained in:
@@ -20,6 +20,9 @@ env:
|
||||
- TWIG_EXT=no
|
||||
- TWIG_EXT=yes
|
||||
|
||||
before_install:
|
||||
- if [[ ! $TRAVIS_PHP_VERSION = hhvm* ]]; then phpenv config-rm xdebug.ini || echo "xdebug not available"; fi
|
||||
|
||||
install:
|
||||
# Composer is not available on PHP 5.2
|
||||
- if [ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]; then travis_retry composer install; fi
|
||||
|
||||
Reference in New Issue
Block a user