Skip to content

Commit

Permalink
Fixing redis for travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobaeder committed May 1, 2014
1 parent 3844285 commit 1d350c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: python
env: MOZ_UPHEADLINER_DEV=1
python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq redis-server
services:
- redis-server
# command to install dependencies
install: python setup.py install
# command to run the build
Expand Down

0 comments on commit 1d350c5

Please sign in to comment.