File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
cache : bundler
3
3
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
7
7
- ruby-head
8
8
env :
9
9
- RAILS_VERSION="~> 4.2.0"
10
10
- RAILS_VERSION="~> 5.0.0"
11
11
- RAILS_VERSION="~> 5.1.0"
12
12
- RAILS_VERSION="~> 5.2.0"
13
- - RAILS_VERSION="~> 6.0.0.rc1 "
13
+ - RAILS_VERSION="~> 6.0.0"
14
14
matrix :
15
15
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
19
19
env : RAILS_VERSION="~> 4.2.0"
20
20
allow_failures :
21
21
- rvm : ruby-head
22
22
fast_finish : true
23
23
before_install :
24
24
- gem update --system 3.0.3
25
25
- 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
26
28
before_script :
27
29
- travis_retry gem install rails --version "$RAILS_VERSION"
You can’t perform that action at this time.
0 commit comments