Skip to content

Commit 00cb1f2

Browse files
committed
Merge pull request #28 from talevy/travis-integ
add integration test to travis.yml
2 parents 25fa84e + cde9656 commit 00cb1f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
sudo: false
22
language: ruby
33
cache: bundler
4+
services:
5+
- redis-server
46
rvm:
57
- jruby-1.7.23
68
script:
7-
- bundle exec rspec spec
9+
- bundle exec rspec spec && bundle exec rspec spec --tag redis

0 commit comments

Comments
 (0)