Fix .install_mongodb_on_travis.sh script (all credit to @erdenezul)

This commit is contained in:
Emmanuel Leblond
2017-08-24 18:03:08 +02:00
parent 3794b181d5
commit 21d1faa793
2 changed files with 7 additions and 1 deletions

View File

@@ -42,6 +42,8 @@ matrix:
before_install:
- bash .install_mongodb_on_travis.sh
- sleep 15 # https://docs.travis-ci.com/user/database-setup/#MongoDB-does-not-immediately-accept-connections
- mongo --eval 'db.version();'
install:
- sudo apt-get install python-dev python3-dev libopenjpeg-dev zlib1g-dev libjpeg-turbo8-dev