Skip to content

Commit

Permalink
Switch Travis builds to Trusty image for Redis 3
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 switch
to Travis' "Trusty" image in order to accomplish this.
  • Loading branch information
sds committed Jun 9, 2016
1 parent a5b9a13 commit 9e3ff4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ sudo: false

cache: bundler

services:
- redis-server
addons:
apt:
sources:
- ppa:chris-lea/redis-server
packages:
- redis-server

rvm:
- 1.9.3
Expand Down

0 comments on commit 9e3ff4a

Please sign in to comment.