mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-18 13:26:37 +00:00
minor #2531 Update .travis.yml to deal with missing xdebug config (SpacePossum)
This PR was submitted for the 2.x branch but it was merged into the 1.x branch instead (closes #2531).
Discussion
----------
Update .travis.yml to deal with missing xdebug config
lets see if this fixes the nightly test
Commits
-------
1097685b Update .travis.yml
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@ env:
|
||||
- TWIG_EXT=yes
|
||||
|
||||
before_install:
|
||||
- phpenv config-rm xdebug.ini
|
||||
# turn off XDebug
|
||||
- phpenv config-rm xdebug.ini || return 0
|
||||
|
||||
install:
|
||||
- travis_retry composer install
|
||||
|
||||
Reference in New Issue
Block a user