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