Skip to content

Commit

Permalink
Update travis build matrix to use latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Sep 14, 2015
1 parent b76936d commit ec1a80c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@ language: ruby
sudo: false
cache:
directories:
- /tmp/solr-5.2.1
- /tmp/solr-5.3.0

notifications:
email: false

rvm:
- 2.2.2
- 2.2.3

matrix:
include:
- rvm: 2.2.2
env: "RAILS_VERSION=4.1.12"
env: "RAILS_VERSION=4.1.13"
- rvm: 2.1.6
env: "RAILS_VERSION=4.2.3"
env: "RAILS_VERSION=4.2.4"
allow_failures:
- rvm: jruby
env: "RAILS_VERSION=4.2.3 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
env: "RAILS_VERSION=4.2.4 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""

before_install:
- gem install bundler

env:
- "RAILS_VERSION=4.2.3"
- "RAILS_VERSION=4.2.4"

notifications:
irc: "irc.freenode.org#blacklight"
Expand Down

0 comments on commit ec1a80c

Please sign in to comment.