From db644bd1a86453cafbeaa84c99634c7f085aedad Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Tue, 26 Nov 2019 19:43:56 +0000 Subject: [PATCH] travis test of release appImage 2 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25f530e..37db6b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ env: global: - UNATTENDED="--assume-yes" - FORCE_REINSTALL="--reinstall" + - TRAVIS_TAG="test-$PDF2HTMLEX_VERSION-$(date +%Y_%m_%d-%H_%M_%S)" #addons: # apt: @@ -105,6 +106,6 @@ deploy: file: pdf2htmlEX-newBuildSystem-x86_64.AppImage skip_cleanup: true on: + tags: true repo: stephengaito/pdf2htmlEX - branch: newBuildSystem