mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
Merge pull request #9747 from libretro/kivutar/travispr
Prevent duplicate travis jobs
This commit is contained in:
commit
72601103ba
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user