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 bd701f3 commit 19a80e3Copy full SHA for 19a80e3
.travis.yml
@@ -18,4 +18,6 @@ before_install:
18
before_script:
19
- composer self-update
20
- yes '' | pecl install -f mongo-${EXT_VERSION}
21
+ # 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.
22
+ - 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'
23
script: ./build.php
0 commit comments