Separate travis instruction

This commit is contained in:
Daniel Sanchez 2020-11-03 09:54:26 +01:00
parent 6d5164f103
commit 1ffad69ae2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ script:
- yarn test:coverage
- yarn build
- if [[ $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]] || [ -n "$TRAVIS_TAG" ]; then
echo "Upload sentry source maps"
echo "Upload sentry source maps";
yarn sentry-upload-sourcemaps;
else
echo "Skip source map upload";