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-24 14:22:42 +02:00
parent 2a327d438c
commit 8932d6070f
+3
View File
@@ -3,6 +3,9 @@ language: c
sudo: required
dist: trusty
# don't build tags separately
if: tag IS blank
compiler:
- gcc
- clang