travis: Limit to branches changeling, fever, master, travis

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2016-06-27 05:53:53 +02:00
parent 7b5bd13767
commit a265a247e7

View file

@ -1,5 +1,11 @@
# Travis CI configuration ## Travis CI configuration
language: c language: c
branches:
only:
- changeling
- fever
- master
- travis
# Test with both gcc and clang: # Test with both gcc and clang:
compiler: compiler:
- gcc - gcc