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

Commit

Permalink
Switching Cassandra dists to hopefully make Travis-CI happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Aug 2, 2019
1 parent 8af231c commit ef239b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ addons:
sonarcloud:
organization: trellis-ldp

services:
- cassandra

cache:
directories:
- $HOME/.m2/repository
Expand All @@ -27,6 +24,14 @@ matrix:

allow_failures:
- jdk: openjdk11

before_install:
- sudo apt-get install cassandra
- sudo service cassandra start

addons:
apt:
update: true

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

Expand Down
1 change: 1 addition & 0 deletions src/test/resources/load.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
sudo apt install -y cassandra-tools
until nodetool status; do
sleep 5
echo "Waiting for Cassandra..."
Expand Down

0 comments on commit ef239b2

Please sign in to comment.