diff --git a/.travis.yml b/.travis.yml index e2adf17b..db146cfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,9 @@ env: - VAULT_VER=0.6.1 - VAULT_VER=0.6.2 +before_install: + - sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml + install: - mkdir -p download - test -f download/apache-cassandra-2.2.8-bin.tar.gz || wget https://archive.apache.org/dist/cassandra/2.2.8/apache-cassandra-2.2.8-bin.tar.gz -O download/apache-cassandra-2.2.8-bin.tar.gz