Skip to content

Commit

Permalink
Merge pull request sidekiq#2106 from seuros/cache
Browse files Browse the repository at this point in the history
add cache to travis
  • Loading branch information
mperham committed Dec 28, 2014
2 parents a1d6d25 + 99b6bdf commit 01dc468
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
@@ -1,13 +1,14 @@
language: ruby
sudo: false
cache: bundler
services:
- redis-server
rvm:
- jruby-19mode
- rbx-2
- 2.0.0
- 2.1
- 2.0.0
- 2.2
- jruby
- rbx-2
matrix:
allow_failures:
- rvm: rbx-2

0 comments on commit 01dc468

Please sign in to comment.