Skip to content

Commit

Permalink
Merge pull request #829 from Mashape/startcassandra
Browse files Browse the repository at this point in the history
CI fix: waiting for cassandra
  • Loading branch information
thibaultcha committed Jan 6, 2016
2 parents bb7814a + fa31aa8 commit bb5f9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ machine:
dependencies:
pre:
- "bash .ci/setup_kong.sh"
- "while ! cqlsh -e 'exit'; do :; done"
- "curl -sSL https://s3.amazonaws.com/circle-downloads/wait-for-cassandra.sh | sh"
post:
- sudo make dev
test:
Expand Down

0 comments on commit bb5f9ab

Please sign in to comment.