Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 001a27f

Browse files
committed
Fixes zendframework#631: Speed up Travis tests by removing XDebug
1 parent 79b4def commit 001a27f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ php:
1313

1414
env: TMPDIR=/tmp
1515

16+
before_script:
17+
- phpenv config-rm xdebug.ini || return 0 ; fi
18+
1619
install:
1720
- if [[ "$TRAVIS_PHP_VERSION" == "5.2" ]]; then sh ./tests/php52_install_dependencies.sh; fi
1821
- phpenv rehash

0 commit comments

Comments
 (0)