From 8932d6070fe773ee19a83ff040d58210e8847c0c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 21 Sep 2018 18:49:09 +0200 Subject: [PATCH] travis: Don't build tags separately Travis treats tags just like branches (which sonarcloud does too) and the tagged commit is built anyway. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 70af17b41..d39c9cb44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ language: c sudo: required dist: trusty +# don't build tags separately +if: tag IS blank + compiler: - gcc - clang