Skip to content

Commit 91c19ec

Browse files
trying to id why 1.2 is failing
1 parent bacce7e commit 91c19ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919
- sudo apt-get -o Dpkg::Options::="--force-confnew" install -y cassandra
2020
- sudo sh -c "echo 'JVM_OPTS=\"\${JVM_OPTS} -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh"
2121
- sudo service cassandra start
22-
- if [ "$C_VERSION" -le "20" ]; then export CASSANDRA_PROTOCOL_VERSION=1; fi
22+
- sleep 5
2323

2424
install:
2525
- "pip install -r requirements.txt --use-mirrors"

0 commit comments

Comments
 (0)