Skip to content

Commit 807323e

Browse files
committed
fix(travis): windows build hangs after exited with 0
1 parent cd9bedf commit 807323e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
2-
- SENTRY_RELEASE=$TRAVIS_TAG
3-
- YARN_GPG=no
2+
global:
3+
- SENTRY_RELEASE=$TRAVIS_TAG
44

55
matrix:
66
include:
@@ -10,6 +10,7 @@ matrix:
1010
node_js: lts/*
1111
if: tag IS present
1212
- os: windows
13+
env: YARN_GPG=no
1314
language: node_js
1415
node_js: lts/*
1516
if: tag IS present

0 commit comments

Comments
 (0)