Commit 4ec6d9c7 authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-132: Add MongoDB 3.2 to Travis CI build matrix

parent 7f77382a
......@@ -16,9 +16,11 @@ env:
- DRIVER_VERSION=1.1.1 SERVER_VERSION=2.4
- DRIVER_VERSION=1.1.1 SERVER_VERSION=2.6
- DRIVER_VERSION=1.1.1 SERVER_VERSION=3.0
- DRIVER_VERSION=1.1.1 SERVER_VERSION=3.2
before_install:
- sudo apt-key adv --keyserver ${KEY_SERVER} --recv 7F0CEB10
- sudo apt-key adv --keyserver ${KEY_SERVER} --recv EA312927
- echo "deb ${MONGO_REPO_URI} ${MONGO_REPO_TYPE}${SERVER_VERSION} multiverse" | sudo tee ${SOURCES_LOC}
- sudo apt-get update -qq
......
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