Skip to content

Commit

Permalink
Use Redis 3 for tests
Browse files Browse the repository at this point in the history
We want to be able to run our tests using Redis 3, but we need to
manually install it via the APT addon.
  • Loading branch information
sds committed Jun 9, 2016
1 parent a5b9a13 commit ff3a11b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,10 @@ sudo: false

cache: bundler

services:
- redis-server
addons:
apt:
packages:
- redis-server

rvm:
- 1.9.3
Expand All @@ -20,6 +22,7 @@ before_script:
- git config --local user.name "Travis CI"

script:
- redis-cli --version
- bundle exec rspec
- bundle exec overcommit --sign
- bundle exec overcommit --run
Expand Down

0 comments on commit ff3a11b

Please sign in to comment.