From 82e293e2444b058ccd48209fa50ae7b38b68c202 Mon Sep 17 00:00:00 2001 From: Kai Kramer Date: Sat, 27 Oct 2018 15:02:16 +0200 Subject: [PATCH] Revert "Travis: Removed "tags: true" for testing dmg build" This reverts commit b376538680f9a0e396f0b69f0f15e507598e188b. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ae308f703..75ccda8c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,5 +30,5 @@ deploy: target_commitish: $TRAVIS_COMMIT draft: true overwrite: true -# on: -# tags: true \ No newline at end of file + on: + tags: true \ No newline at end of file