Skip to content

Commit 5484671

Browse files
committed
[travis-ci] less allowed_failures - these are worked around in tests
1 parent db2e86b commit 5484671

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.travis.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,6 @@ branches:
4646
- /^test-.*/
4747
matrix:
4848
allow_failures:
49-
# yet another BC timestamp issue: <Wed, 31 Dec -0001 22:58:59 +0000> expected but was <Fri, 02 Jan 0000 22:58:59 +0000>
50-
- rvm: jruby-9.0.5.0
51-
gemfile: gemfiles/rails41.gemfile
52-
env: JRUBY_OPTS="$JRUBY_OPTS" DB=postgresql
53-
jdk: oraclejdk7
54-
# ``/system call symlink regression (since JRuby 1.7.19)
55-
# + (postgres) database_tasks got updated on 4.2 : https://github.com/rails/rails/commit/07f8a96aa14b642a86
56-
- rvm: jruby-1.7.24
57-
gemfile: gemfiles/rails42.gemfile
58-
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=false INSERT_RETURNING=true
59-
- rvm: jruby-1.7.24
60-
gemfile: gemfiles/rails42.gemfile
61-
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=true
62-
- rvm: jruby-1.7.24
63-
gemfile: gemfiles/rails42.gemfile
64-
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=true INSERT_RETURNING=true
65-
- rvm: jruby-1.7.26 # rake pg_dump spawning issue (works fine on 9K)
66-
gemfile: gemfiles/rails42.gemfile
67-
env: JRUBY_OPTS="$JRUBY_OPTS" DB=postgresql
6849
- env: DB=mariadb
6950
- env: DB=mariadb PREPARED_STATEMENTS=true
7051
include:

0 commit comments

Comments
 (0)