Skip to content

Commit

Permalink
adding rails 5.0 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Feb 9, 2018
1 parent 9390df2 commit 605ea25
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ rvm:
- 2.4.3
- 2.5.0
gemfile:
- test/gemfiles/5.0.gemfile
- test/gemfiles/5.1.gemfile
- test/gemfiles/5.2.gemfile
branches:
Expand Down
14 changes: 14 additions & 0 deletions test/gemfiles/5.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
source "http://rubygems.org"

gemspec path: "../../"

gem "rails", "~> 5.0.0"

group :test do
gem "rubocop", "~> 0.51.0", require: false
gem "minitest", "~> 5.10.3"
gem "diffy"
gem "equivalent-xml"
gem "sqlite3"
gem "coveralls", require: false
end

0 comments on commit 605ea25

Please sign in to comment.