Skip to content

Commit 7ada7c2

Browse files
committed
Dump server buildInfo before running tests on Travis CI
1 parent d1b7a48 commit 7ada7c2

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
@@ -12,6 +12,7 @@ env:
1212
services: mongodb
1313

1414
before_script:
15+
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
1516
- pecl -q install -f mongodb-${MONGODB_VERSION}
1617
- php --ri mongodb
1718
- composer install --dev --no-interaction --prefer-source

0 commit comments

Comments
 (0)