We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c806cc commit 83815f8Copy full SHA for 83815f8
1 file changed
.travis.yml
@@ -13,6 +13,7 @@ before_install:
13
- "sudo apt-get update"
14
- "sudo apt-get install ${DB_PACKAGE}"
15
before_script:
16
+ - composer self-update
17
- yes '' | pecl install -f mongo-${EXT_VERSION}
18
# wait for mongo, start is only needed for 2.4 package, see http://tldp.org/LDP/abs/html/devref1.html for description of this syntax.
19
- sudo service mongodb start; bash -c 'while ! exec 6<>/dev/tcp/localhost/27017; do echo "$(date) - still trying to connect to mongo"; sleep 1; done'
0 commit comments