Skip to content

Commit f65c0b8

Browse files
Merge pull request #594 from robertomiranda/patch-1
Test with Rails 6.0.0 rc1
2 parents ec03cc7 + 7e57f3b commit f65c0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ env:
1111
- RAILS_VERSION="~> 5.0.0"
1212
- RAILS_VERSION="~> 5.1.0"
1313
- RAILS_VERSION="~> 5.2.0"
14-
- RAILS_VERSION="~> 6.0.0.beta1"
14+
- RAILS_VERSION="~> 6.0.0.rc1"
1515
matrix:
1616
exclude:
1717
- rvm: 2.4.6
18-
env: RAILS_VERSION="~> 6.0.0.beta1"
18+
env: RAILS_VERSION="~> 6.0.0.rc1"
1919
- rvm: 2.6.3
2020
env: RAILS_VERSION="~> 4.2.0"
2121
allow_failures:

0 commit comments

Comments
 (0)