Skip to content

Commit 8ddba92

Browse files
committed
Update travis CI with rails6 gemfile
Rails 6 is currently at an RC1. This should allow any beta or release candidate version without needing to update it. The jruby build fails as it can't find a compatible rails 6 release. Since this installs jruby 9.1, perhaps rails 6 only supports jruby 9.2 (latest)? https://travis-ci.org/sass/sassc-rails/jobs/554811782
1 parent 59ad121 commit 8ddba92

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ gemfile:
1515
- gemfiles/sprockets_4_0.gemfile
1616
- gemfiles/rails_4_2.gemfile
1717
- gemfiles/rails_5_2.gemfile
18+
- gemfiles/rails_6_0.gemfile
1819

1920
rvm:
2021
- 2.4.6
@@ -26,6 +27,11 @@ matrix:
2627
allow_failures:
2728
- gemfile: gemfiles/rails_4_2.gemfile
2829
rvm: jruby
30+
- gemfile: gemfiles/rails_6_0.gemfile
31+
rvm: jruby
32+
exclude:
33+
- gemfile: gemfiles/rails_6_0.gemfile
34+
rvm: 2.4.6
2935

3036
notifications:
3137
email: false

gemfiles/rails_6_0.gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source 'https://rubygems.org'
2+
3+
gem "rails", "~> 6.0.a"
4+
5+
# Specify your gem's dependencies in sassc-rails.gemspec
6+
gemspec path: "../"

0 commit comments

Comments
 (0)