We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c68674 commit cde9656Copy full SHA for cde9656
.travis.yml
@@ -1,7 +1,9 @@
1
sudo: false
2
language: ruby
3
cache: bundler
4
+services:
5
+ - redis-server
6
rvm:
7
- jruby-1.7.23
8
script:
- - bundle exec rspec spec
9
+ - bundle exec rspec spec && bundle exec rspec spec --tag redis
0 commit comments