Some cleanup and travis updates

This commit is contained in:
Alexander Meindl
2018-12-30 10:04:09 +01:00
parent 1d7e53fd9c
commit 712fbcd69a

View File

@@ -1,17 +1,20 @@
language: ruby language: ruby
rvm: rvm:
- 2.4.4 - 2.4.5
- 2.3.7 - 2.3.8
- 2.2.10 - 2.2.10
env: env:
- REDMINE_VER=4.0-stable DB=postgresql
- REDMINE_VER=3.4-stable DB=postgresql - REDMINE_VER=3.4-stable DB=postgresql
- REDMINE_VER=master DB=postgresql
sudo: true sudo: true
cache: bundler cache: bundler
addons:
postgresql: "9.6"
notifications: notifications:
webhooks: webhooks:
urls: urls:
@@ -19,9 +22,6 @@ notifications:
on_success: change on_success: change
on_failure: always on_failure: always
addons:
postgresql: "9.6"
before_install: before_install:
- export PLUGIN_NAME=redmine_messenger - export PLUGIN_NAME=redmine_messenger
- export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git - export REDMINE_GIT_REPO=git://github.com/redmine/redmine.git