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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-12-22 00:18:57 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-12-22 00:19:14 +0300
commitba570e102dd8229b79e4c5608234b2934e5fc781 (patch)
treed1fd8fa2cb0689360f7828b51aa667fade168273 /.travis.yml
parenta1acccdf59897f005f1168fee74d5dc1063fa3fc (diff)
Disable xdebug for selenium tests and for apidocs
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f6c08e7854..e20886c439 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,6 +63,7 @@ matrix:
include:
- php: "7.1"
env: CI_MODE=selenium
+ before_install: phpenv config-rm xdebug.ini
- php: "7.0"
node_js: 10
env: CI_MODE=release
@@ -70,6 +71,7 @@ matrix:
env: CI_MODE=docs
- php: "7.1"
env: CI_MODE=apidocs
+ before_install: phpenv config-rm xdebug.ini
- os: osx
name: "PHP 7.4"
language: node_js