Separate travis instruction
This commit is contained in:
parent
6d5164f103
commit
1ffad69ae2
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue