Skip to content

Commit

Permalink
Remove outdated maven settings file on Travis.
Browse files Browse the repository at this point in the history
The file on Travis refers to snapshot servers that are no longer online and may cause build problems.
  • Loading branch information
nirvdrum committed Nov 3, 2016
1 parent 643d442 commit b64a5ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ cache:
- $HOME/.m2

before_install:
- rm ~/.m2/settings.xml
- export MAVEN_SKIP_RC=true
- mvn -Xmx32M -v | grep 1.7.0; if [ $? = 0 ]; then export MAVEN_OPTS="-XX:MaxPermSize=240M"; else export MAVEN_OPTS="-XX:MaxMetaspaceSize=240M -XX:CompressedClassSpaceSize=240M"; fi
- export MAVEN_OPTS="-Xmx512M $MAVEN_OPTS"
Expand Down

1 comment on commit b64a5ee

@headius
Copy link
Member

@headius headius commented on b64a5ee Nov 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh.

Please sign in to comment.