chore: Build only branches bors needs

This commit is contained in:
Jan-Erik Rediger 2017-11-07 09:26:02 +01:00
parent 43d92c59f3
commit f861d9dc50
1 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,12 @@ os:
- linux
- osx
branches:
only:
- staging
- trying
- master
before_script:
- if [ "$TRAVIS_OS_NAME" == "osx" ] ; then brew update; brew install redis; fi