From e7ace04516fc06e5aa5deeef9a03edeec255bab6 Mon Sep 17 00:00:00 2001 From: David Schweikert Date: Sun, 2 Mar 2014 23:45:40 +0100 Subject: [PATCH] travis tuning --- ci/deploy-bintray.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/deploy-bintray.sh b/ci/deploy-bintray.sh index 7f13d34..1dfef48 100755 --- a/ci/deploy-bintray.sh +++ b/ci/deploy-bintray.sh @@ -18,4 +18,3 @@ else fi curl -T fping-$VERSION.tar.gz -uschweikert:$BINTRAY_API_KEY https://api.bintray.com/content/schweikert/$REPO/fping/$VERSION/fping-$VERSION.tar.gz echo -echo "bintray deployment successful."