Skip to content

Commit 6b25a09

Browse files
committed
travis-build: give more info when clearing cache
1 parent 3c61949 commit 6b25a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ EOL
160160
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master/maven-helper.sh &&
161161
gav=$(sh maven-helper.sh gav-from-pom pom.xml) &&
162162
ga=${gav%:*} &&
163+
echo "--> Artifact to invalidate = $ga" &&
163164
echo "machine maven.scijava.org" > "$HOME/.netrc" &&
164165
echo " login travis" >> "$HOME/.netrc" &&
165166
echo " password $MAVEN_PASS" >> "$HOME/.netrc" &&

0 commit comments

Comments
 (0)