Skip to content

Commit 409e40e

Browse files
committed
CI: Use ruby 2.4.9, 2.5.7, 2.6.5 and rails 6.0.0
1 parent 22df910 commit 409e40e

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
@@ -1,20 +1,20 @@
11
language: ruby
22
cache: bundler
33
rvm:
4-
- 2.4.6
5-
- 2.5.5
6-
- 2.6.3
4+
- 2.4.9
5+
- 2.5.7
6+
- 2.6.5
77
- ruby-head
88
env:
99
- RAILS_VERSION="~> 4.2.0"
1010
- RAILS_VERSION="~> 5.0.0"
1111
- RAILS_VERSION="~> 5.1.0"
1212
- RAILS_VERSION="~> 5.2.0"
13-
- RAILS_VERSION="~> 6.0.0.rc1"
13+
- RAILS_VERSION="~> 6.0.0"
1414
matrix:
1515
exclude:
1616
- rvm: 2.4.6
17-
env: RAILS_VERSION="~> 6.0.0.rc1"
17+
env: RAILS_VERSION="~> 6.0.0"
1818
- rvm: 2.6.3
1919
env: RAILS_VERSION="~> 4.2.0"
2020
allow_failures:

0 commit comments

Comments
 (0)