Skip to content

Commit

Permalink
Configure Travis to start Redis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Dec 10, 2013
1 parent ed5aabc commit 73cf5c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ rvm:
script: bundle exec rspec
before_install:
- gem update --system
services:
- redis-server
notifications:
webhooks:
urls:
Expand Down

0 comments on commit 73cf5c9

Please sign in to comment.