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

Commit

Permalink
attempt to fix travis hang
Browse files Browse the repository at this point in the history
  • Loading branch information
devdazed committed May 28, 2013
1 parent aee2f82 commit df1fef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -17,12 +17,12 @@ before_install:
- sudo rm -rf /etc/cassandra/
- sudo rm -rf /var/log/cassandra
- sudo rm -rf /var/lib/cassandra
- sudo /etc/init.d/cassandra stop
- sudo /etc/init.d/cassandra start

install:
- curl -LO http://www.apache.org/dist/cassandra/debian/pool/main/c/cassandra/cassandra_${CASSANDRA_VERSION}_all.deb
- sudo dpkg -i --force-overwrite cassandra_${CASSANDRA_VERSION}_all.deb
- sudo service cassandra stop
- sudo service cassandra start
- npm install
- until nc -z localhost 9160; do sleep 1; done

Expand Down

0 comments on commit df1fef0

Please sign in to comment.