Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Try waiting for ES startup to fix flaky tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mparent61 committed Jan 12, 2016
1 parent 061f67a commit de13895
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ services:
- elasticsearch
before_script:
- psql -c 'create database bulbs;' -U postgres
- until curl http://localhost:9200/; do sleep 1; done
script: py.test --cov bulbs --cov-report term-missing
after_success:
- coveralls
Expand Down

0 comments on commit de13895

Please sign in to comment.