Skip to content

Commit 83815f8

Browse files
author
Jonathan Gaillard
committed
Help travis out and self update composer.
1 parent 9c806cc commit 83815f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ before_install:
1313
- "sudo apt-get update"
1414
- "sudo apt-get install ${DB_PACKAGE}"
1515
before_script:
16+
- composer self-update
1617
- yes '' | pecl install -f mongo-${EXT_VERSION}
1718
# 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.
1819
- 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

Comments
 (0)