From 63efba9215d516be95c95691beb4cacc003e4283 Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Fri, 20 Jan 2017 14:48:40 +0100 Subject: [PATCH] also build wallet if on master branch --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 49e9d3539..f167f91c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,9 +67,11 @@ install: script: - if [[ $TRAVIS_BRANCH != "master" ]]; then unset CSC_LINK CSC_KEY_PASSWORD; fi # disable macOS code-signing (production certificate) on develop branch - travis_wait 60 gulp mist --platform $GULP_PLATFORM + - if [[ $TRAVIS_BRANCH == "master" ]]; then travis_wait 60 gulp wallet --platform $GULP_PLATFORM; fi # also build wallet if on master branch after_success: - gulp mist-checksums --platform $GULP_PLATFORM + - if [[ $TRAVIS_BRANCH == "master" ]]; then gulp wallet-checksums --platform $GULP_PLATFORM; fi notifications: webhooks: