From 92b7b831cb4b354951b44ff7b62f9457817c06b4 2015-03-18 14:10:35 From: Toshi MARUYAMA Date: 2015-03-18 14:10:35 Subject: [PATCH] Merged r14076 from trunk to 3.0-stable .travis.yml: move "matrix" after "env" git-svn-id: http://svn.redmine.org/redmine/branches/3.0-stable@14131 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/.travis.yml b/.travis.yml index 7b6b93c..013171b 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"