From 712fbcd69a4c8d3dbfe1ea01e0c15ee46f456b49 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Sun, 30 Dec 2018 10:04:09 +0100 Subject: [PATCH] Some cleanup and travis updates --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 481f3d7..82c33fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,20 @@ language: ruby rvm: - - 2.4.4 - - 2.3.7 + - 2.4.5 + - 2.3.8 - 2.2.10 env: + - REDMINE_VER=4.0-stable DB=postgresql - REDMINE_VER=3.4-stable DB=postgresql - - REDMINE_VER=master DB=postgresql sudo: true cache: bundler +addons: + postgresql: "9.6" + notifications: webhooks: urls: @@ -19,9 +22,6 @@ notifications: on_success: change on_failure: always -addons: - postgresql: "9.6" - before_install: - export PLUGIN_NAME=redmine_messenger - export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git