Skip to content

Commit

Permalink
Update build matrix
Browse files Browse the repository at this point in the history
Dropped Rails 4.2 because it doesn't work with Ruby 2.4 due to:
ruby/json#311
  • Loading branch information
jcoyne committed Jan 4, 2017
1 parent 25d97f8 commit fe2b2bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2.1
gemfile:
- gemfiles/gemfile.rails4
- 2.4.0
- 2.3.3
- 2.2.6
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ source "https://rubygems.org"

gemspec

gem 'activesupport', ENV.fetch('AS_VERSION', '5.0.1')


group :development, :test do
gem 'simplecov', :platform => :mri_19
gem 'simplecov-rcov', :platform => :mri_19
Expand Down
5 changes: 0 additions & 5 deletions gemfiles/gemfile.rails4

This file was deleted.

0 comments on commit fe2b2bc

Please sign in to comment.