From: Tobias Brunner Date: Fri, 21 Sep 2018 16:49:09 +0000 (+0200) Subject: travis: Don't build tags separately X-Git-Tag: 5.7.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8932d6070fe773ee19a83ff040d58210e8847c0c;p=thirdparty%2Fstrongswan.git travis: Don't build tags separately Travis treats tags just like branches (which sonarcloud does too) and the tagged commit is built anyway. --- diff --git a/.travis.yml b/.travis.yml index 70af17b416..d39c9cb440 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