Skip to content

Commit

Permalink
update cassandra download location and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Dec 8, 2015
1 parent 36dd865 commit e3a438e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/setup_cassandra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ n=0
until [ $n -ge 5 ]
do
sudo rm -rf /var/lib/cassandra/*
curl http://apache.arvixe.com/cassandra/$CASSANDRA_VERSION/$CASSANDRA_BASE-bin.tar.gz | tar xz && break
curl http://archive.apache.org/dist/cassandra/$CASSANDRA_VERSION/$CASSANDRA_BASE-bin.tar.gz | tar xz && break
n=$[$n+1]
sleep 5
done
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: erlang

env:
global:
- CASSANDRA_VERSION=2.1.11
- CASSANDRA_VERSION=2.2.1
matrix:
- LUA=lua5.1

Expand Down

1 comment on commit e3a438e

@thibaultcha
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to close #784 once merged

Please sign in to comment.