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

View File

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