mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
.travis.yml: build only master branch
This commit is contained in:
parent
a5a9feb3d4
commit
9fee274061
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue