From 875fad2e75448fbfbb544af361111ab47a3bf1ec Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 4 Jan 2017 11:59:11 +0100 Subject: [PATCH] On tags --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5600230e..c177e7b26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -178,5 +178,6 @@ deploy: - $TRAVIS_BUILD_DIR/solidity*tar.gz skip_cleanup: true on: - branch: release + all_branches: true + tags: true condition: $TRAVIS_RELEASE == On