From bc34bb1264b16539bcc89f656bf030ecc63ea2a0 Mon Sep 17 00:00:00 2001 From: Camilo Ernesto Forero Junco Date: Mon, 22 Oct 2018 13:09:44 +0530 Subject: [PATCH 1/3] Updated travis.yml file for better test coverage --- .travis.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22699f4..e322cc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: addons: apt: sources: - - mongodb-3.2-precise + - [mongodb-3.2-trusty, mongodb-3.4-trusty] packages: - mongodb-org-server @@ -28,5 +28,16 @@ env: - MONGOID_VERSION=HEAD matrix: + include: + - name: "MongoDB 3.2" + addons: + apt: + sources: + - mongodb-3.2-trusty + - name: "MongoDB 3.4" + addons: + apt: + sources: + - mongodb-3.4-trusty allow_failures: - env: MONGOID_VERSION=HEAD From 93d24ff68beeffa9272142921e57ce3b166a0503 Mon Sep 17 00:00:00 2001 From: Camilo Ernesto Forero Junco Date: Mon, 22 Oct 2018 13:11:49 +0530 Subject: [PATCH 2/3] Fixes on travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e322cc4..d9b0f58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ before_script: addons: apt: - sources: - - [mongodb-3.2-trusty, mongodb-3.4-trusty] packages: - mongodb-org-server From 52446aacd0a3ffe8f799a8648bc3a4994e0080a3 Mon Sep 17 00:00:00 2001 From: Camilo Ernesto Forero Junco Date: Mon, 22 Oct 2018 18:38:03 +0530 Subject: [PATCH 3/3] Slight variation to re-run Travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9b0f58..43765ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,12 +27,12 @@ env: matrix: include: - - name: "MongoDB 3.2" + - name: "MongoDB-3.2" addons: apt: sources: - mongodb-3.2-trusty - - name: "MongoDB 3.4" + - name: "MongoDB-3.4" addons: apt: sources: