Merge pull request #9747 from libretro/kivutar/travispr

Prevent duplicate travis jobs
This commit is contained in:
Twinaphex 2019-11-19 07:32:14 +01:00 committed by GitHub
commit 72601103ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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