Skip to content

Commit

Permalink
chore: fix travis build not failing, fixes #688 (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Nov 17, 2020
1 parent b2e5493 commit 8808065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,5 +19,5 @@ jobs:
- stage: deploy
if: branch == master && !fork
script:
- NODE_ENV= yarn build
- NODE_ENV= yarn build || travis_terminate 1
- yarn semantic-release

0 comments on commit 8808065

Please sign in to comment.