From f3a7db8e7a335dd09f02edb5fe6ebe2550c01071 Mon Sep 17 00:00:00 2001 From: Syo Ikeda Date: Sun, 31 Jan 2016 11:00:39 +0900 Subject: [PATCH] Add a condition for `deploy.on` in .travis.yml This might be required since there is SPM job too. https://docs.travis-ci.com/user/deployment/#Conditional-Releases-with-on%3A --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1685df4..3495f08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,3 +34,4 @@ deploy: on: repo: Carthage/Commandant tags: true + condition: $JOB = Xcode