Commit 305b84cd authored by Fabien Potencier's avatar Fabien Potencier

minor #1376 Disable xdebug on travis (romainneutron)

This PR was submitted for the master branch but it was merged into the 1.3 branch instead (closes #1376).

Discussion
----------

Disable xdebug on travis

Commits
-------

2a4c4b39 Disable xdebug on travis
parents 1d119228 2a4c4b39
......@@ -6,6 +6,9 @@ cache:
directories:
- $HOME/.composer/cache
before_install:
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
before_script:
# symfony/*
- sh -c "if [ '$TWIG_VERSION' != '2.0' ]; then sed -i 's/~1.8|~2.0/~1.8/g' composer.json; composer update; fi"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment