Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Wait for and verify C* startup in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Jan 10, 2014
1 parent 22f3468 commit edbf064
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,11 @@ notifications:
services:
- cassandra

before_script:
# give some more time for Cassandra to finish startup and actually test it
- sleep 10
- sudo service cassandra status

install:
- python setup.py develop

Expand Down

0 comments on commit edbf064

Please sign in to comment.