From 17937b0475357134ebcb453eb01c1aff82662b62 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Wed, 24 May 2017 11:20:23 +0200 Subject: [PATCH] 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. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65e358877..8c73a2bc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,9 @@ env: addons: apt: sources: - - mongodb-3.4-precise + - mongodb-upstart + - sourceline: 'deb [arch=amd64] http://repo.mongodb.org/apt/ubuntu precise/mongodb-org/3.4 multiverse' + key_url: 'https://www.mongodb.org/static/pgp/server-3.4.asc' packages: - mongodb-org-server - mongodb-org-shell