Replace Codehaus Nexus with OSS Sonatype in TravisCI build.

Fixes gh-47.
This commit is contained in:
Mark Paluch
2016-10-13 19:22:37 +02:00
parent a738d38bc5
commit 80a3aa426c

View File

@@ -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