From 80a3aa426c59b3303f0ef9da288d2fe988ca1bf6 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 13 Oct 2016 19:22:37 +0200 Subject: [PATCH] Replace Codehaus Nexus with OSS Sonatype in TravisCI build. Fixes gh-47. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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