Skip to content
This repository has been archived by the owner on Oct 18, 2021. It is now read-only.

Commit

Permalink
test on newer version of mongod
Browse files Browse the repository at this point in the history
  • Loading branch information
saghm committed Jul 6, 2018
1 parent 5ea2572 commit 14867b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -7,9 +7,11 @@ env:
# Use a global cache to re-use dependencies across release builds; downloading a mongodb release is quick.
- CACHE_NAME=global_cache
matrix:
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1204-3.0.14
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1204-3.2.12
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1204-3.4.2
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1404-3.0.15
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1404-3.2.20
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1404-3.4.15
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1404-3.6.5
- MONGODB_RELEASE=mongodb-linux-x86_64-ubuntu1404-4.0.0

before_install:
- ./script/start_mongo_release $TRAVIS_OS_NAME $MONGODB_RELEASE
Expand Down

0 comments on commit 14867b2

Please sign in to comment.