From c1c75a449ee77e6751c49b9e5ba1db8158bd4d96 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 14 Mar 2015 03:23:33 +0000 Subject: [PATCH] .travis.yml: move "matrix" after "env" git-svn-id: http://svn.redmine.org/redmine/trunk@14076 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .travis.yml | 12 ++++++------ 1 file 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" -- 2.39.5