From e42417416aab7b612ee04c917aef9128be16385e Mon Sep 17 00:00:00 2001 From: Tomas Dvorak Date: Fri, 23 Sep 2016 14:38:12 +0200 Subject: [PATCH] continuous deployment - deploy on every commit reverted, only on tags --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6a6a731f..33fa1e81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,7 @@ deploy: file: - target/eet-client-*.* on: + tags: true jdk: openjdk6 - provider: script