Skip to content

Commit 8808065

Browse files
committedNov 17, 2020
chore: fix travis build not failing, fixes #688 (?)
1 parent b2e5493 commit 8808065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
- stage: deploy
2020
if: branch == master && !fork
2121
script:
22-
- NODE_ENV= yarn build
22+
- NODE_ENV= yarn build || travis_terminate 1
2323
- yarn semantic-release

0 commit comments

Comments
 (0)
Please sign in to comment.