Skip to content

Commit

Permalink
Add an optional build to keep an eye on latest Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon committed May 10, 2020
1 parent 6848ce4 commit a722f76
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ branches:
gemfile:
- gemfiles/rails52.gemfile
- gemfiles/rails60.gemfile
- gemfiles/rails6.gemfile
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails6.gemfile
rvm:
- "2.5"
- "2.6"
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/rails6.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
source "https://rubygems.org"

gemspec path: ".."

gem "rails", "~> 6.0"

group :test do
gem "aruba", "~> 1.0"
gem "rspec", "~> 3.9"
gem "sqlite3"
end

0 comments on commit a722f76

Please sign in to comment.