Skip to content

Commit

Permalink
Update travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jan 26, 2017
1 parent 24c25bb commit f28e5ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ notifications:
email: false

rvm:
- 2.3.0
- 2.4.0

env:
global:
Expand All @@ -15,6 +15,10 @@ cache: bundler
jdk:
- oraclejdk8

before_install:
- gem update --system
- gem install bundler

before_script:
- bundle exec rake db:create

Expand Down

0 comments on commit f28e5ac

Please sign in to comment.