Skip to content

Commit 656ae69

Browse files
committed
Merge branch '51-stable' into 52-stable
2 parents fc44fed + 3519517 commit 656ae69

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,20 @@ matrix:
6161
- rvm: jruby-head
6262
include:
6363
# jruby-9.2
64-
- rvm: jruby-9.2.4.0
64+
- rvm: jruby-9.2.5.0
6565
env: DB=mysql2
66-
- rvm: jruby-9.2.4.0
66+
- rvm: jruby-9.2.5.0
6767
env: DB=postgresql
68-
- rvm: jruby-9.2.4.0
68+
- rvm: jruby-9.2.5.0
6969
env: DB=sqlite3
7070
# jruby-9.2 + Java 11
71-
- rvm: jruby-9.2.4.0
71+
- rvm: jruby-9.2.5.0
7272
env: DB=mysql2
7373
jdk: openjdk11
74-
- rvm: jruby-9.2.4.0
74+
- rvm: jruby-9.2.5.0
7575
env: DB=postgresql
7676
jdk: openjdk11
77-
- rvm: jruby-9.2.4.0
77+
- rvm: jruby-9.2.5.0
7878
env: DB=sqlite3
7979
jdk: openjdk11
8080
# jruby-head
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_time_precision_is_truncated_on_assignment, 'Intermittent test failures, double rounding problem?'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_time_precision_is_truncated_on_assignment, 'Intermittent test failures, double rounding problem?'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_time_precision_is_truncated_on_assignment, 'Intermittent test failures, double rounding problem?'

0 commit comments

Comments
 (0)