Skip to content

Commit

Permalink
Ahh, use the services key to start redis-server
Browse files Browse the repository at this point in the history
Apparently this is the new way of doing things:
http://about.travis-ci.org/docs/user/database-setup/
  • Loading branch information
jamesls committed Jan 14, 2014
1 parent 56e4ceb commit 628c208
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
before_install:
- sudo apt-get update
- sudo apt-get install redis-server
- sudo /etc/init.d/redis-server start
services:
- redis-server
install:
- pip install -r requirements.txt --use-mirrors
- pip install coverage python-coveralls --use-mirrors
Expand Down

0 comments on commit 628c208

Please sign in to comment.