summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-16 04:42:04 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-16 04:42:04 +0000
commit10b0c58ba9f888502b9223bc9b39d7b56d357a70 (patch)
tree02485f2c82095fd7c58318da62da401d781893ec /.travis.yml
parent44058186e9833ea9730020c5dad29cfb40d274a2 (diff)
downloadredmine-10b0c58ba9f888502b9223bc9b39d7b56d357a70.tar.gz
redmine-10b0c58ba9f888502b9223bc9b39d7b56d357a70.zip
Merged r13880 from trunk to 2.6-stable
remove jruby-21mode from .travis.yml git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13884 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7811200d0..2ac840bc1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,13 +8,11 @@ rvm:
- 1.9.3
- 2.0
- 2.1
- - jruby-21mode
- jruby
matrix:
allow_failures:
# SCM tests fail randomly due to IO.popen().
# https://github.com/jruby/jruby/issues/779
- - rvm: jruby-21mode
- rvm: jruby
env:
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql"