Prevent deplicate travis jobs

This commit is contained in:
Jean-André Santoni 2019-11-19 13:17:10 +07:00
parent 15b6da2a17
commit 1581d23a6c
No known key found for this signature in database
GPG Key ID: 9D694E373914CC36

View File

@ -1,3 +1,9 @@
# This setting is to prevent travis to launch duplicate builds on PRs
branches:
only:
- master
- /^v.*$/
# Use 'generic' to be able to override CC/CXX for clang
language: generic