travis: whitelist branches

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2014-09-09 15:53:37 +02:00
parent 3c2e64b0ca
commit bfc0b37ee9
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@ env:
- MAKE_CHECK="root"
- MAKE_CHECK="dist"
branches:
only:
- master
- /^stable.*/
install:
# install some packages from Ubuntu's default sources
- sudo apt-get -qq update