From 9240b96b04477be44c8c45f93279e5c161c4ac21 Mon Sep 17 00:00:00 2001 From: michael starke Date: Mon, 29 May 2017 23:04:57 +0200 Subject: [PATCH] using whitelist for travis deploy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7de936b9..c26bbf29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ script: xcodebuild clean && xcodebuild build -configuration release -project Mac # - bash ./upload.sh build/* branches: - except: + only: - /^(?i:continuous)$/ deploy: