From 9fee274061bcb26915431a3682820e5ea341f69b Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 30 Apr 2015 11:47:57 +0200 Subject: [PATCH] .travis.yml: build only master branch --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04cc1cda8..1829d674f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - ./Tools/imgur_upload.sh