summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-01 01:59:55 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-01 01:59:55 +0000
commit6b33956394569bc55ac88e7bf5a0eedc3e3e6744 (patch)
treeb559b4cd01307880bef3c94168478893cf31d21c
parent82fa2cf79a298c6e3a1b52f62b2f052caf334d88 (diff)
downloadredmine-6b33956394569bc55ac88e7bf5a0eedc3e3e6744.tar.gz
redmine-6b33956394569bc55ac88e7bf5a0eedc3e3e6744.zip
use rvm 2.0 and 2.1 instead of 2.0.0 and 2.1.0 at .travis.yml
See: https://github.com/travis-ci/travis-ci/issues/2220 git-svn-id: http://svn.redmine.org/redmine/trunk@13116 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 12a8666e8..afe3d5d2b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,8 +5,8 @@ language: ruby
rvm:
- 1.8.7
- 1.9.3
- - 2.0.0
- - 2.1.0
+ - 2.0
+ - 2.1
- jruby
matrix:
allow_failures: