diff --git a/scripts/travis-build.sh b/scripts/travis-build.sh index 7a8bd2cd9..3208cffad 100755 --- a/scripts/travis-build.sh +++ b/scripts/travis-build.sh @@ -48,5 +48,7 @@ xcodebuild -workspace Hammerspoon.xcworkspace -scheme Release ${XCODE_ARGS} | te echo "Log file: " ls -l $OUTPUT_FILE +echo "Will be uploaded to: https://s3-eu-west-1.amazonaws.com/hammerspoontravisartifacts/index.html?prefix=logs/${TRAVIS_BUILD_NUMBER}/" + # nicely terminate the ping output loop kill $PING_LOOP_PID