Skip to content

Commit cc122d1

Browse files
committed
Merge branch '1.1.x'
* 1.1.x: Remove tests against MongoDB 3.0 Allow unauthenticated install of mongodb-org
2 parents 845f07a + c51a9df commit cc122d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,15 @@ env:
2323
matrix:
2424
include:
2525
- php: 5.6
26-
env: DRIVER_VERSION="1.6.7" SERVER_VERSION="3.0" COMPOSER_FLAGS="--prefer-lowest" KEY_ID="7F0CEB10"
27-
- php: 5.6
28-
env: DRIVER_VERSION="stable" SERVER_VERSION="3.2" KEY_ID="EA312927"
26+
env: DRIVER_VERSION="1.6.7" COMPOSER_FLAGS="--prefer-lowest" SERVER_VERSION="3.2" KEY_ID="EA312927"
2927

3028
before_install:
3129
- sudo apt-key adv --keyserver ${KEY_SERVER} --recv ${KEY_ID}
3230
- echo "deb ${MONGO_REPO_URI} ${MONGO_REPO_TYPE}${SERVER_VERSION} multiverse" | sudo tee ${SOURCES_LOC}
3331
- sudo apt-get update -qq
3432

3533
install:
36-
- sudo apt-get install mongodb-org
34+
- sudo apt-get --allow-unauthenticated install mongodb-org
3735
- if nc -z localhost 27017; then sudo service mongod stop; fi
3836
- sudo pip install mongo-orchestration
3937
- sudo mongo-orchestration start

0 commit comments

Comments
 (0)