Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@piwik.org>2018-11-25 18:50:01 +0300
committerGitHub <noreply@github.com>2018-11-25 18:50:01 +0300
commit97e441de3fccfa327b66409d294f4a1e203ae62e (patch)
tree8989155c635123361d9f0dde9e905ef318b13a07 /.travis.yml
parentccd3dc846df3c2aa252add17a4eb85b973cc68a7 (diff)
disable xdebug for all php versions (#13760)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 39f1caeef2..d78e98f8b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -99,7 +99,7 @@ install:
before_script:
- - if [[ "$TRAVIS_PHP_VERSION" != 7* ]]; then phpenv config-rm xdebug.ini; fi
+ - phpenv config-rm xdebug.ini
# add always_populate_raw_post_data=-1 to php.ini
- echo "always_populate_raw_post_data=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini