Skip to content

Commit ce30720

Browse files
committed
Test with latest Ruby versions
1 parent 2f826df commit ce30720

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ language: ruby
22
cache: bundler
33
sudo: required
44
rvm:
5-
- 2.7.0
6-
- 2.6.5
7-
- 2.5.7
8-
- 2.4.9
5+
- 2.7.1
6+
- 2.6.6
7+
- 2.5.8
8+
- 2.4.10
99
- ruby-head
1010
gemfile:
1111
- gemfiles/rails_5.0.7.gemfile
@@ -34,7 +34,7 @@ env:
3434
- DB_ADAPTER=oracle_enhanced
3535
matrix:
3636
exclude:
37-
- rvm: 2.4.9
37+
- rvm: 2.4.10
3838
gemfile: gemfiles/rails_6.0.1.gemfile
3939
before_script:
4040
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter

0 commit comments

Comments
 (0)