Skip to content

Commit

Permalink
Touch ~/.m2/settings.xml for Travis CI on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles authored and peihe committed Oct 24, 2016
1 parent a3a8c48 commit 9f9168e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ matrix:

before_install:
# Workaround for https://github.com/travis-ci/travis-ci/issues/4629
- touch ~/.m2/settings.xml
- cat ~/.m2/settings.xml
- sed -i.bak -e 's|https://nexus.codehaus.org/snapshots/|https://oss.sonatype.org/content/repositories/codehaus-snapshots/|g' ~/.m2/settings.xml
- cat ~/.m2/settings.xml
Expand Down

0 comments on commit 9f9168e

Please sign in to comment.