Skip to content

Commit 926ee7d

Browse files
mikongmvz
authored andcommitted
CI: Use ruby 2.4.9, 2.5.7, 2.6.5 and rails 6.0.0
1 parent d7b21ff commit 926ee7d

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,29 @@
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
2222
fast_finish: true
2323
before_install:
2424
- gem update --system 3.0.3
2525
- gem uninstall bundler && gem install bundler -v 1.17.3
26+
# Sprockets 4.x only supports Ruby >= 2.5
27+
- gem install sprockets -v 3.7
2628
before_script:
2729
- travis_retry gem install rails --version "$RAILS_VERSION"

0 commit comments

Comments
 (0)