Skip to content

Commit

Permalink
Merge pull request #1013 from projecthydra/update_deps
Browse files Browse the repository at this point in the history
Update testing versions of Ruby and Rails
  • Loading branch information
cbeer committed Mar 16, 2016
2 parents 1b4e475 + 0601f1d commit 9b0cda2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ language: ruby
cache: bundler
sudo: false
rvm:
- 2.2.1
- 2.3.0
matrix:
include:
- rvm: 2.1
env: "RAILS_VERSION=4.2.4"
- rvm: 2.2.4
env: "RAILS_VERSION=4.1.14"

notifications:
irc: "irc.freenode.org#projecthydra"

env:
- "RAILS_VERSION=4.1.13"
- "RAILS_VERSION=4.2.6"

global_env:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
Expand Down

0 comments on commit 9b0cda2

Please sign in to comment.