Skip to content

Commit eddedae

Browse files
Henrik Johanssonmmatczuk
Henrik Johansson
authored andcommitted
scylla: bump version to 3.0
1 parent 1fda6f1 commit eddedae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_start_db.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
case ${DB} in
55

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

0 commit comments

Comments
 (0)