Skip to content

Commit 7a9be91

Browse files
committed
Try to set up removing resolver-status.properties back
1 parent 1cca8b0 commit 7a9be91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jdk:
44
before_script: "[[ $TRAVIS_PULL_REQUEST == \"false\" ]] && ./make_credentials.py"
55
script:
66
- find $HOME/.m2 -name "_remote.repositories" | xargs rm
7+
- find $HOME/.m2 -name "resolver-status.properties" | xargs rm -f
78

89
# If building master, Publish to Sonatype
910
after_success: "[[ $TRAVIS_PULL_REQUEST == \"false\" ]] && mvn deploy"

0 commit comments

Comments
 (0)