Replace Codehaus Nexus with OSS Sonatype in TravisCI build.
Fixes gh-47.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user