Skip to content

Commit

Permalink
Add rails versions:5.0.5 and 5.1.3 to travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gussan committed Aug 9, 2017
1 parent 6ecc68a commit 6aa7486
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ gemfile:
- gemfiles/rails5_0_2.gemfile
- gemfiles/rails5_0_3.gemfile
- gemfiles/rails5_0_4.gemfile
- gemfiles/rails5_0_5.gemfile
- gemfiles/rails5_1_0.gemfile
- gemfiles/rails5_1_1.gemfile
- gemfiles/rails5_1_2.gemfile
- gemfiles/rails5_1_3.gemfile
- gemfiles/rails_edge.gemfile

env:
Expand All @@ -44,7 +46,7 @@ matrix:
- rvm: 2.4.1
gemfile: gemfiles/rails_edge.gemfile
- rvm: 2.3.4
gemfile: gemfiles/rails5_1_2.gemfile
gemfile: gemfiles/rails5_1_3.gemfile
allow_failures:
- rvm: ruby-head
- gemfile: gemfiles/rails_edge.gemfile
6 changes: 6 additions & 0 deletions gemfiles/rails5_0_5.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gem "activerecord", "5.0.5"
gem "activesupport", "5.0.5"

gemspec :path => '../'
7 changes: 7 additions & 0 deletions gemfiles/rails5_1_3.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source "https://rubygems.org"

gem "activerecord", "5.1.3"
gem "activesupport", "5.1.3"
gem "actionview", "5.1.3"

gemspec :path => '../'

0 comments on commit 6aa7486

Please sign in to comment.