travis: Don't build tags separately

Travis treats tags just like branches (which sonarcloud does too) and the
tagged commit is built anyway.
This commit is contained in:
Tobias Brunner 2018-09-21 18:49:09 +02:00
parent 2a327d438c
commit 8932d6070f
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ language: c
sudo: required
dist: trusty
# don't build tags separately
if: tag IS blank
compiler:
- gcc
- clang