Commit 7ada7c2f authored by Jeremy Mikola's avatar Jeremy Mikola

Dump server buildInfo before running tests on Travis CI

parent d1b7a485
......@@ -12,6 +12,7 @@ env:
services: mongodb
before_script:
- mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
- pecl -q install -f mongodb-${MONGODB_VERSION}
- php --ri mongodb
- composer install --dev --no-interaction --prefer-source
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment