summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-16 23:30:32 +0200
committernashe <thomas@chauchefoin.fr>2017-07-16 23:30:32 +0200
commit3adbcf65b246336653204c26e24e7c641e006923 (patch)
treebe35281725dc6e7ca271f2adcd5997b1f14e8183
parent0a0b444e607d2627161f142715c2dc12086b7300 (diff)
downloadplanet-3adbcf65b246336653204c26e24e7c641e006923.tar
planet-3adbcf65b246336653204c26e24e7c641e006923.tar.gz
planet-3adbcf65b246336653204c26e24e7c641e006923.tar.bz2
planet-3adbcf65b246336653204c26e24e7c641e006923.tar.xz
planet-3adbcf65b246336653204c26e24e7c641e006923.zip
Troubleshoot failures on some test targets
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index aa69d55..161375a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ before_deploy:
- tar czvf moonmoon-$TRAVIS_TAG.tgz --exclude ".git" *
before_script:
+- phpenv config-rm xdebug.ini
- bash -c "if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then (php -S 127.0.0.1:8081 >& /dev/null &); fi"
- bash -c "if [[ $TRAVIS_PHP_VERSION = hhvm ]]; then (hhvm -m server -p 8081 >& /dev/null &); fi"