Skip to content

Commit 3519517

Browse files
committed
Merge branch '50-stable' into 51-stable
2 parents ced8b4c + a2ee0c0 commit 3519517

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
@@ -59,20 +59,20 @@ matrix:
5959
- rvm: jruby-head
6060
include:
6161
# jruby-9.2
62-
- rvm: jruby-9.2.4.0
62+
- rvm: jruby-9.2.5.0
6363
env: DB=mysql2
64-
- rvm: jruby-9.2.4.0
64+
- rvm: jruby-9.2.5.0
6565
env: DB=postgresql
66-
- rvm: jruby-9.2.4.0
66+
- rvm: jruby-9.2.5.0
6767
env: DB=sqlite3
6868
# jruby-9.2 + Java 11
69-
- rvm: jruby-9.2.4.0
69+
- rvm: jruby-9.2.5.0
7070
env: DB=mysql2
7171
jdk: openjdk11
72-
- rvm: jruby-9.2.4.0
72+
- rvm: jruby-9.2.5.0
7373
env: DB=postgresql
7474
jdk: openjdk11
75-
- rvm: jruby-9.2.4.0
75+
- rvm: jruby-9.2.5.0
7676
env: DB=sqlite3
7777
jdk: openjdk11
7878
# 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)