.travis.yml: build only master branch

This commit is contained in:
Gautier Pelloux-Prayer 2015-04-30 11:47:57 +02:00
parent a5a9feb3d4
commit 9fee274061

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