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:
@@ -3,6 +3,9 @@ language: c
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
# don't build tags separately
|
||||
if: tag IS blank
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
Reference in New Issue
Block a user