Skip to content

Commit 370994e

Browse files
authored
Run tests on rails 5 (#457)
1 parent daf8fda commit 370994e

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ rvm:
55
gemfile:
66
- gemfiles/4.1.gemfile
77
- gemfiles/4.2.gemfile
8+
- gemfiles/5.0.gemfile
89

910
before_install:
1011
- gem install bundler

Appraisals

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ end
55
appraise "4.2" do
66
gem "rails", "~> 4.2"
77
end
8+
9+
appraise "5.0" do
10+
gem "rails", "~> 5.0"
11+
gem "sinatra", github: "sinatra/sinatra"
12+
end

gemfiles/5.0.gemfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "appraisal"
6+
gem "codeclimate-test-reporter"
7+
gem "rails", "~> 5.0"
8+
gem "sinatra", :github => "sinatra/sinatra"
9+
10+
gemspec :path => "../"

0 commit comments

Comments
 (0)