We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34808d1 commit 424fc2cCopy full SHA for 424fc2c
.travis.yml
@@ -28,6 +28,7 @@ install:
28
- sudo apt-get -y install gdb
29
30
before_script:
31
+ - phpenv config-rm xdebug.ini
32
- if dpkg --compare-versions ${SERVER_VERSION} le "2.4"; then export SERVER_SERVICE=mongodb; else export SERVER_SERVICE=mongod; fi
33
- if ! nc -z localhost 27017; then sudo service ${SERVER_SERVICE} start; fi
34
- mongod --version
0 commit comments