We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc86974 commit 1cca8b0Copy full SHA for 1cca8b0
.travis.yml
@@ -4,7 +4,6 @@ jdk:
4
before_script: "[[ $TRAVIS_PULL_REQUEST == \"false\" ]] && ./make_credentials.py"
5
script:
6
- find $HOME/.m2 -name "_remote.repositories" | xargs rm
7
- - find $HOME/.m2 -name "resolver-status.properties" | xargs rm
8
9
# If building master, Publish to Sonatype
10
after_success: "[[ $TRAVIS_PULL_REQUEST == \"false\" ]] && mvn deploy"
0 commit comments