summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-14 03:23:33 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-03-14 03:23:33 +0000
commitc1c75a449ee77e6751c49b9e5ba1db8158bd4d96 (patch)
treeb2571f7f13237eac5e86c922e80ce06dccd2723e /.travis.yml
parent73dafb8fef077da4e481f080428ba78ac913ed29 (diff)
downloadredmine-c1c75a449ee77e6751c49b9e5ba1db8158bd4d96.tar.gz
redmine-c1c75a449ee77e6751c49b9e5ba1db8158bd4d96.zip
.travis.yml: move "matrix" after "env"
git-svn-id: http://svn.redmine.org/redmine/trunk@14076 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b6b93c84..013171bd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,12 +8,6 @@ rvm:
- 2.1
- 2.2
- 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"
@@ -27,6 +21,12 @@ env:
- "TEST_SUITE=functionals DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=integration DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=ui 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"