Remove failed attempt to print download URL in Travis.

This commit is contained in:
Jared Boone 2016-02-04 11:49:00 -08:00
parent 2e7dbe6d44
commit e206e021c1
2 changed files with 0 additions and 12 deletions

View File

@ -15,12 +15,6 @@ script:
- make release
- popd
after_success:
- travis/echo_download_url.sh
after_deploy:
- travis/echo_download_url.sh
addons:
apt_packages:
- lib32bz2-1.0

View File

@ -1,6 +0,0 @@
#!/bin/bash
echo -e "########################################################################\n\n"
echo -e "Correct download URL is:\n"
echo -e "https://portapack-h1-builds.s3.amazonaws.com/$TRAVIS_REPO_SLUG/$TRAVIS_BUILD_NUMBER/$TRAVIS_JOB_NUMBER/firmware/portapack-h1-firmware-$TRAVIS_COMMIT.tar.bz2\n\n"
echo -e "########################################################################\n"