Skip to content

Commit 057ea11

Browse files
committed
Bump ruby patchlevels, test on 2.5 & 2.6
1 parent 2edf82d commit 057ea11

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ cache: bundler
22
sudo: false
33
language: ruby
44
rvm:
5-
- 2.4.0
6-
- 2.3.3
7-
- 2.2.7
5+
- 2.6.0
6+
- 2.5.0
7+
- 2.4.3
8+
- 2.3.6
9+
- 2.2.9
810
# these haven't been passing for a while:
911
# - jruby-head
1012
# - rbx
@@ -28,3 +30,4 @@ matrix:
2830
- gemfile: gemfiles/activerecord_edge.gemfile
2931
- rvm: jruby-head
3032
- rvm: rbx
33+
- rvm: 2.6.0

0 commit comments

Comments
 (0)