From: Erwin Janssen Date: Mon, 5 Dec 2016 01:58:01 +0000 (+0100) Subject: Enhanced Travis Nightly Release X-Git-Tag: Nightly^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ea1eb0ebdcda30ca3ee050344024a639825bb0c;p=graphviz Enhanced Travis Nightly Release Instead of publishing a new release with an "untagged" name on every Travis build, this configuration will deploy all these nightlies to a special Nightly release tag. --- diff --git a/.travis.yml b/.travis.yml index 78debcf03..0e445a262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,9 @@ before_deploy: - echo "deploying ${DEPLOYED_FILE} to GitHub releases" - sudo chown travis ${DEPLOYED_FILE} +# If no tag is set, deploy as nightly +- if [ !${TRAVIS_TAG} ] ; then export TRAVIS_TAG=Nightly ; fi + deploy: provider: releases api_key: