Skip to content

Commit

Permalink
Removes ./m2/settings.xml when running on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tjuerge committed Aug 7, 2019
1 parent 0f7128f commit 88896ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -7,8 +7,8 @@ services:
- mongodb

before_install:
# Workaround for travis-ci/travis-ci#4629
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
# See https://github.com/travis-ci/travis-ci/issues/4629#issuecomment-239493916
- rm ~/.m2/settings.xml
# We need GraphViz to generate images
- "sudo apt-get install graphviz 2>&1 | tail -n 2"

Expand Down

0 comments on commit 88896ea

Please sign in to comment.