Skip to content

Commit

Permalink
Fix travis CI builds
Browse files Browse the repository at this point in the history
* pin json dependency to one supporting ruby <2.0
* update ruby versions to test
  • Loading branch information
grobie committed Aug 8, 2016
1 parent 0444e5e commit c0e34ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ language: ruby
rvm:
- 1.9.3
- 2.2
- 2.3.0
- jruby-19mode
- 2.3.1
- jruby-9.0.5.0
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'json', '1.8.3'
gem 'coveralls'
gem 'rack-test'
gem 'rake'
Expand Down

0 comments on commit c0e34ae

Please sign in to comment.