From 36fbc4a5a560b3e5bf40fd74ed8c2eae2179ef3c Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Fri, 5 May 2017 22:10:53 +0200 Subject: [PATCH] [travis] also upload wallet on release build (#2208) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31a1a32a8..21c352654 100644 --- a/.travis.yml +++ b/.travis.yml @@ -82,7 +82,7 @@ script: - if [[ $GULP_PLATFORM != "win" ]]; then gulp test; fi after_success: - - if [[ $TRAVIS_BRANCH == "master" ]]; then gulp uploadQueue --$GULP_PLATFORM; fi + - if [[ $TRAVIS_BRANCH == "master" ]]; then gulp uploadQueue --$GULP_PLATFORM && gulp uploadQueue --wallet --$GULP_PLATFORM; fi notifications: webhooks: