Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit ef239b2

Browse files
committed
Switching Cassandra dists to hopefully make Travis-CI happy
1 parent 8af231c commit ef239b2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.travis.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ addons:
88
sonarcloud:
99
organization: trellis-ldp
1010

11-
services:
12-
- cassandra
13-
1411
cache:
1512
directories:
1613
- $HOME/.m2/repository
@@ -27,6 +24,14 @@ matrix:
2724

2825
allow_failures:
2926
- jdk: openjdk11
27+
28+
before_install:
29+
- sudo apt-get install cassandra
30+
- sudo service cassandra start
31+
32+
addons:
33+
apt:
34+
update: true
3035

3136
install: mvn --quiet -Dcargo.maven.skip -Dcassandra.skip -DskipTests install
3237

src/test/resources/load.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo apt install -y cassandra-tools
12
until nodetool status; do
23
sleep 5
34
echo "Waiting for Cassandra..."

0 commit comments

Comments
 (0)