Skip to content

Commit af53125

Browse files
xabbuhjaviereguiluz
authored andcommitted
disable Xdebug on Travis CI
1 parent 067e0fc commit af53125

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ matrix:
1818
- php: hhvm
1919

2020
before_install:
21+
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
2122
- composer self-update
2223

2324
install:

0 commit comments

Comments
 (0)