From 9d4b4ab0492c4fb2f42ee1e6940c8f85c473f2ad Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 5 Mar 2015 22:43:42 +0100 Subject: Travis: better output of built binaries --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 33e2c2350..d659bf650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,9 @@ after_script: # upload top level index.html and timestamp.html - ./CI-Tools/s3cmd-put CI-Tools/index.html index.html - ./CI-Tools/s3cmd-put CI-Tools/timestamp.html timestamp.html + - echo "" + - echo "Binaries have been posted to:" + - echo https://px4-travis.s3.amazonaws.com/archives/Firmware/$TRAVIS_BRANCH/$TRAVIS_BUILD_ID/Firmware.zip deploy: provider: releases -- cgit v1.2.3