Merge pull request #1565 from gnosis/release/v2.14.0

Fix travis instruction
This commit is contained in:
Daniel Sanchez 2020-11-03 11:08:45 +01:00 committed by GitHub
commit 0f8a0e93b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";