Skip to content

Commit

Permalink
scylla: bump version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Johansson authored and mmatczuk committed Jun 3, 2019
1 parent 1fda6f1 commit eddedae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_start_db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
case ${DB} in

scylla)
sudo curl -o /etc/apt/sources.list.d/scylla.list -L http://repositories.scylladb.com/scylla/repo/20fc70b18261bf832cf8e0733a27979c/ubuntu/scylladb-2.1-trusty.list
sudo curl -o /etc/apt/sources.list.d/scylla.list -L http://repositories.scylladb.com/scylla/repo/20fc70b18261bf832cf8e0733a27979c/ubuntu/scylladb-3.0-trusty.list
sudo apt-get -qq update
sudo apt-get install -y --allow-unauthenticated scylla-server
sudo /usr/bin/scylla --options-file /etc/scylla/scylla.yaml ${SCYLLA_OPTS} &> /tmp/scylla.log &
Expand Down

0 comments on commit eddedae

Please sign in to comment.