Skip to content

Commit

Permalink
fix: Remove codehause repository errors
Browse files Browse the repository at this point in the history
by replacing repository urls

see more: travis-ci/travis-ci#4629
  • Loading branch information
1ambda committed Dec 3, 2016
1 parent 6048a5b commit 7c38d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -76,6 +76,7 @@ matrix:

before_install:
- echo "MAVEN_OPTS='-Xms1024M -Xmx2048M -XX:MaxPermSize=1024m -XX:-UseGCOverheadLimit -Dorg.slf4j.simpleLogger.defaultLogLevel=warn'" >> ~/.mavenrc
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml # travis CI 4629
- ./testing/install_external_dependencies.sh > /dev/null 2>&1
- ls -la .spark-dist ${HOME}/.m2/repository/.cache/maven-download-plugin || true
- ls .node_modules && cp -r .node_modules zeppelin-web/node_modules || echo "node_modules are not cached"
Expand Down

0 comments on commit 7c38d10

Please sign in to comment.