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

Commit

Permalink
Remove cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Apr 26, 2012
1 parent 1503ceb commit 0654c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ notifications:
before_install: before_install:
- sudo apt-get update >/dev/null 2>&1 - sudo apt-get update >/dev/null 2>&1
- sudo apt-get install libevent-dev libpcre3-dev >/dev/null 2>&1 - sudo apt-get install libevent-dev libpcre3-dev >/dev/null 2>&1
- sudo aptitude remove cassandra


install: install:
- make build - make build
Expand Down
1 change: 0 additions & 1 deletion etc/supervisord.conf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ childlogdir=%(here)s/../var
directory=%(here)s/../ directory=%(here)s/../


[program:cassandra] [program:cassandra]
environment=CASSANDRA_CONF=%(here)s/../bin/cassandra/conf,CASSANDRA_HOME=%(here)s/../bin/cassandra
command = %(here)s/../bin/cassandra/bin/cassandra -f command = %(here)s/../bin/cassandra/bin/cassandra -f

0 comments on commit 0654c4f

Please sign in to comment.