Skip to content

Commit c7763f3

Browse files
committed
[travis-ci] allow failures - yanother 9K BC timestamp issue + `` regression on 1.7.19
test with older 1.7.18 until jruby/jruby#3459 gets resolved
1 parent 6562fbf commit c7763f3

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

.travis.yml

Lines changed: 38 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,44 @@ branches:
4545
- /.*-stable$/
4646
- /^test-.*/
4747
matrix:
48-
#allow_failures:
49-
# - env: JRUBY_OPTS="--1.8 $JRUBY_OPTS" DB=jdbc
50-
# - env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=jdbc PREPARED_STATEMENTS=true
51-
include: # testing against MariaDB
48+
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+
- rvm: jruby-1.7.24
56+
gemfile: gemfiles/rails42.gemfile
57+
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=false INSERT_RETURNING=true
58+
- rvm: jruby-1.7.24
59+
gemfile: gemfiles/rails42.gemfile
60+
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=true
61+
- rvm: jruby-1.7.24
62+
gemfile: gemfiles/rails42.gemfile
63+
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=true INSERT_RETURNING=true
64+
- rvm: jruby-1.7.24
65+
gemfile: gemfiles/rails42.gemfile
66+
env: JRUBY_OPTS="$JRUBY_OPTS" DB=postgresql
67+
include:
68+
# temporary due ``/system call symlink regression
69+
- rvm: jruby-1.7.18
70+
gemfile: gemfiles/rails42.gemfile
71+
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=false INSERT_RETURNING=true
72+
jdk: oraclejdk7
73+
- rvm: jruby-1.7.18
74+
gemfile: gemfiles/rails42.gemfile
75+
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=true
76+
jdk: oraclejdk7
77+
- rvm: jruby-1.7.18
78+
gemfile: gemfiles/rails42.gemfile
79+
env: JRUBY_OPTS="--1.9 $JRUBY_OPTS" DB=postgresql PREPARED_STATEMENTS=true INSERT_RETURNING=true
80+
jdk: oraclejdk7
81+
- rvm: jruby-1.7.18
82+
gemfile: gemfiles/rails42.gemfile
83+
env: JRUBY_OPTS="$JRUBY_OPTS" DB=postgresql
84+
jdk: oraclejdk7
85+
# testing against MariaDB
5286
- addons:
5387
mariadb: '5.5'
5488
rvm: jruby-1.7.24

0 commit comments

Comments
 (0)