Skip to content

Commit

Permalink
Add 2.4 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scott committed Dec 11, 2017
1 parent 4d55997 commit 96b9c66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@ language: ruby
before_install: gem install bundler
script: 'bundle exec rake'
rvm:
- 2.2.2
- 2.3.1
- 2.2
- 2.3
- 2.4
- ruby-head
- jruby-head

matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
# Put this in your .travis.yml

gemfile:
- gemfiles/rack_cache_1.6.gemfile
- gemfiles/rack_cache_1.7.gemfile

0 comments on commit 96b9c66

Please sign in to comment.