Skip to content

Commit

Permalink
Explicitly test Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Dec 23, 2016
1 parent bc97f1e commit fe840fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -18,13 +18,12 @@ before_install:
- bundle install - bundle install


gemfile: gemfile:
- gemfiles/Gemfile - gemfiles/rails_5.0.gemfile
# - gemfiles/rails_4.2.gemfile # Same as root Gemfile - gemfiles/rails_4.2.gemfile
- gemfiles/rails_4.1.gemfile


matrix: matrix:
exclude: exclude:
- rvm: 2.1.9 - rvm: 2.1.9
gemfile: gemfiles/Gemfile gemfile: gemfiles/rails_5.0.gemfile


script: bundle exec rake test script: bundle exec rake test
2 changes: 2 additions & 0 deletions gemfiles/rails_5.0.gemfile
@@ -0,0 +1,2 @@
eval File.read(File.expand_path('common.gemfile', __dir__)), binding
gem 'rails', '~>5.0.1'

0 comments on commit fe840fa

Please sign in to comment.