From 26ce63513cc7401b540db79d31019d39074a389b Mon Sep 17 00:00:00 2001 From: Florent Vilmart Date: Tue, 30 Aug 2016 11:30:08 -0400 Subject: [PATCH] Removes mongodb v2.6.11 from test suite (#2619) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7317ebc4..b202d643 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,10 @@ env: - COVERAGE_OPTION='./node_modules/.bin/istanbul cover' matrix: - PARSE_SERVER_TEST_DB=postgres - - MONGODB_VERSION=2.6.11 - MONGODB_VERSION=3.0.8 - MONGODB_VERSION=3.2.6 matrix: - fast_finish: true, + fast_finish: true branches: only: - master