Skip to content

Commit 6e74288

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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:
16-
- rvm: 2.4.6
17-
env: RAILS_VERSION="~> 6.0.0.rc1"
18-
- rvm: 2.6.3
16+
- rvm: 2.4.9
17+
env: RAILS_VERSION="~> 6.0.0"
18+
- rvm: 2.6.5
1919
env: RAILS_VERSION="~> 4.2.0"
2020
allow_failures:
2121
- rvm: ruby-head

0 commit comments

Comments
 (0)