From cce11653c1fdbda62a5e6dfcb2c9af4107044364 Mon Sep 17 00:00:00 2001 From: Lars Beier Date: Fri, 13 Jun 2014 12:50:48 +0200 Subject: [PATCH 1/2] Update travis settings. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3eb28d17..fb06e121 100755 --- a/.travis.yml +++ b/.travis.yml @@ -3,12 +3,15 @@ rvm: - 2.1.1 - 2.0.0 - 1.9.3 + - 1.9.2 branches: only: - master - travis env: + - REDMINE_VERSION=2.4.0 VERBOSE=yes - REDMINE_VERSION=2.4.5 VERBOSE=yes + - REDMINE_VERSION=2.5.0 VERBOSE=yes - REDMINE_VERSION=2.5.1 VERBOSE=yes script: - export PLUGIN=redmine_time_tracker From 3ab040e77f40573b09666d59b063c712c30f932a Mon Sep 17 00:00:00 2001 From: Lars Beier Date: Fri, 13 Jun 2014 14:25:28 +0200 Subject: [PATCH 2/2] Version 0.9.11 --- .travis.yml | 5 ++--- README.markdown | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index fb06e121..d1a7a8c6 100755 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,8 @@ language: ruby rvm: - - 2.1.1 - - 2.0.0 - 1.9.3 - - 1.9.2 + - 2.0.0 + - 2.1.2 branches: only: - master diff --git a/README.markdown b/README.markdown index 7521896c..cae1e012 100644 --- a/README.markdown +++ b/README.markdown @@ -31,8 +31,7 @@ Most current version is available at: [GitHub](https://github.com/hicknhack-soft ## Requirements * Redmine 2.4.0 -* ruby >= 1.8.7 (production, development) -* ruby >= 1.9.2 (test, because of the gem 'timecop', which requires >= 1.9.2) +* ruby >= 1.9.2 ## Install