Skip to content

Commit 17937b0

Browse files
DATAMONGO-1699 - Upgrade travis-ci build to use MongoDB 3.4 server.
We now do it explicitly as there seems to be almost no movement getting the alias on the whitelist.
1 parent 4694371 commit 17937b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ env:
1616
addons:
1717
apt:
1818
sources:
19-
- mongodb-3.4-precise
19+
- mongodb-upstart
20+
- sourceline: 'deb [arch=amd64] http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.4 multiverse'
21+
key_url: 'https://www.mongodb.org/static/pgp/server-3.4.asc'
2022
packages:
2123
- mongodb-org-server
2224
- mongodb-org-shell

0 commit comments

Comments
 (0)