Skip to content

Commit

Permalink
add rails-5.1 to build matrix, update ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lostapathy committed Oct 9, 2017
1 parent 6ab51c7 commit 92d9a7b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Expand Up @@ -5,9 +5,9 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- 2.2.8
- 2.3.5
- 2.4.2
- ruby-head
- rbx
- jruby
Expand All @@ -19,6 +19,7 @@ gemfile:
- gemfiles/Gemfile.rails-4.1.x
- gemfiles/Gemfile.rails-4.2.x
- gemfiles/Gemfile.rails-5.0.x
- gemfiles/Gemfile.rails-5.1.x
- gemfiles/Gemfile.rails-master

matrix:
Expand All @@ -36,6 +37,12 @@ matrix:
gemfile: gemfiles/Gemfile.rails-5.0.x
- rvm: 2.1.10
gemfile: gemfiles/Gemfile.rails-5.0.x
- rvm: 1.9.3
gemfile: gemfiles/Gemfile.rails-5.1.x
- rvm: 2.0.0
gemfile: gemfiles/Gemfile.rails-5.1.x
- rvm: 2.1.10
gemfile: gemfiles/Gemfile.rails-5.1.x
allow_failures:
- rvm: rbx
- rvm: jruby
Expand Down
9 changes: 9 additions & 0 deletions gemfiles/Gemfile.rails-5.1.x
@@ -0,0 +1,9 @@
source 'https://rubygems.org'

gemspec :path => '..'

gem 'activesupport', '~> 5.1.0'
gem 'mocha'
gem 'test_declarative'
gem 'rake'
gem 'minitest'

0 comments on commit 92d9a7b

Please sign in to comment.