Skip to content

Commit

Permalink
Make use of Travis' new service configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Oct 6, 2012
1 parent 948a7c3 commit d6a5b51
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
@@ -1,14 +1,12 @@
language: python

services: elasticsearch

python:
- 2.6
- 2.7
- pypy

before_install:
- sudo service elasticsearch start
- sleep 3

install:
- pip install -e .
- pip install simplejson mock
Expand Down

0 comments on commit d6a5b51

Please sign in to comment.