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 e87286c commit c319cae
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Expand Up @@ -5,26 +5,26 @@ notifications:
email: false

rvm:
- 2.2.2
- 2.2.3

matrix:
include:
- rvm: 2.2.2
env: "RAILS_VERSION=4.0.12"
- rvm: 2.2.2
env: "RAILS_VERSION=4.1.9"
- rvm: 2.1.6
env: "RAILS_VERSION=4.2.1"
- rvm: 2.2.3
env: "RAILS_VERSION=4.0.13"
- rvm: 2.2.3
env: "RAILS_VERSION=4.1.13"
- rvm: 2.1.7
env: "RAILS_VERSION=4.2.4"
- rvm: jruby
env: "RAILS_VERSION=4.2.1 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
env: "RAILS_VERSION=4.2.4 JRUBY_OPTS=\"-J-Xms512m -J-Xmx1024m\""
- rvm: 1.9.3
env: "RAILS_VERSION=4.2.1"
env: "RAILS_VERSION=4.2.4"

before_install:
- gem install bundler

env:
- "RAILS_VERSION=4.2.1"
- "RAILS_VERSION=4.2.4"

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

0 comments on commit c319cae

Please sign in to comment.