remove JRuby PostgreSQL from allow_failures of .travis.yml

Tests pass on Travis.
* jruby 1.7.9 (1.9.3p392) 2014-01-09 87b108a on Java HotSpot(TM) 64-Bit Server VM 1.7.0_45-b18 [linux-amd64]
* jdbc-postgres (9.3.1100)
* activerecord-jdbc-adapter (1.3.5)
* activerecord-jdbcpostgresql-adapter (1.3.5)

git-svn-id: http://svn.redmine.org/redmine/trunk@12668 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-01-19 02:24:44 +00:00
parent 5c0e3fcf8d
commit 364b334d89
1 changed files with 0 additions and 8 deletions

View File

@ -19,14 +19,6 @@ env:
- "TEST_SUITE=units DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=functionals DATABASE_ADAPTER=sqlite3"
- "TEST_SUITE=integration DATABASE_ADAPTER=sqlite3"
matrix:
allow_failures:
- rvm: jruby-19mode
env: "TEST_SUITE=units DATABASE_ADAPTER=postgresql"
- rvm: jruby-19mode
env: "TEST_SUITE=functionals DATABASE_ADAPTER=postgresql"
- rvm: jruby-19mode
env: "TEST_SUITE=integration DATABASE_ADAPTER=postgresql"
before_install:
- "sudo apt-get update -qq"
- "sudo apt-get --no-install-recommends install bzr cvs git mercurial subversion"