travis: Limit to branches changeling, fever, master, travis
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
7b5bd13767
commit
a265a247e7
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
# Travis CI configuration
|
||||
## Travis CI configuration
|
||||
language: c
|
||||
branches:
|
||||
only:
|
||||
- changeling
|
||||
- fever
|
||||
- master
|
||||
- travis
|
||||
# Test with both gcc and clang:
|
||||
compiler:
|
||||
- gcc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue