From 504730e3375cf37f8051c4821ddc15da37e030ca Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Mon, 16 Jul 2018 13:13:03 +0200 Subject: [PATCH] Do not show warning with tests --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9496a2f..2856216 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,12 @@ rvm: - 2.3.4 - 2.2.7 -# Not working, because REDMINE_PATH is not set at this stage -#gemfile: -# - $REDMINE_PATH/Gemfile - env: - REDMINE_VER=3.4-stable DB=postgresql # - REDMINE_VER=master sudo: true +cache: bundler addons: postgresql: "9.6"