Skip to content

Commit

Permalink
Explicitly list Rails 5.x on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Oct 30, 2017
1 parent 4b7d9ca commit da97f81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ language: ruby
sudo: false
cache: bundler
rvm:
- '2.4.1'
- '2.3.4'
- '2.2.7'
- '2.4.2'
- '2.3.5'
gemfile:
- Gemfile
- gemfiles/rails4.gemfile
- gemfiles/rails5.gemfile
script: bundle exec rake
notifications:
email: false
Expand Down
4 changes: 4 additions & 0 deletions gemfiles/rails5.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "https://rubygems.org"
gemspec path: ".."

gem "rails", '~> 5.0'

0 comments on commit da97f81

Please sign in to comment.