summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-18 13:56:04 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-18 13:56:04 +0000
commit53a411986faa1e5bba8b0161b7fb2e4e1572d687 (patch)
treeca937571fe4274a9de1a05fc800468f0c9ea2ed3
parent1b3c68da29594081edc2db074b142abe3aed1354 (diff)
downloadredmine-53a411986faa1e5bba8b0161b7fb2e4e1572d687.tar.gz
redmine-53a411986faa1e5bba8b0161b7fb2e4e1572d687.zip
Merged r14076 from trunk to 2.6-stable
.travis.yml: move "matrix" after "env" git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14130 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index eec8aed57..253825a36 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,12 +9,6 @@ rvm:
- 2.0
- 2.1
- jruby
-matrix:
- allow_failures:
- # SCM tests fail randomly due to IO.popen().
- # http://www.redmine.org/issues/19091
- # https://github.com/jruby/jruby/issues/779
- - rvm: jruby
env:
- "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
- "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
@@ -25,6 +19,12 @@ env:
- "TEST_SUITE=units DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=functionals DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=integration DATABASE_ADAPTER=sqlite3"
+matrix:
+ allow_failures:
+ # SCM tests fail randomly due to IO.popen().
+ # http://www.redmine.org/issues/19091
+ # https://github.com/jruby/jruby/issues/779
+ - rvm: jruby
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"