Skip to content

Commit 424fc2c

Browse files
committed
Disable xdebug extension on Travis
1 parent 34808d1 commit 424fc2c

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
@@ -28,6 +28,7 @@ install:
2828
- sudo apt-get -y install gdb
2929

3030
before_script:
31+
- phpenv config-rm xdebug.ini
3132
- if dpkg --compare-versions ${SERVER_VERSION} le "2.4"; then export SERVER_SERVICE=mongodb; else export SERVER_SERVICE=mongod; fi
3233
- if ! nc -z localhost 27017; then sudo service ${SERVER_SERVICE} start; fi
3334
- mongod --version

0 commit comments

Comments
 (0)