Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
[travis] also upload wallet on release build (#2208)
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu authored and evertonfraga committed May 5, 2017
1 parent bebfe6d commit 36fbc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 36fbc4a

Please sign in to comment.