.travis.yml: build only master branch

This commit is contained in:
Gautier Pelloux-Prayer 2015-04-29 16:25:55 +02:00
parent 9ca629da56
commit 4ee8030412

View file

@ -6,6 +6,10 @@ xcode_sdk: iphonesimulator8.1
git:
submodules: false
branches:
only:
- master
env:
global:
- VERSION="8.1"
@ -23,4 +27,4 @@ install:
- export KIF_SCREENSHOTS=`pwd`/Screens
after_script:
- ./Tools/imgur_upload.sh
- ./Tools/imgur_upload.sh