We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent b2e5493 commit 8808065Copy full SHA for 8808065
.travis.yml
@@ -19,5 +19,5 @@ jobs:
19
- stage: deploy
20
if: branch == master && !fork
21
script:
22
- - NODE_ENV= yarn build
+ - NODE_ENV= yarn build || travis_terminate 1
23
- yarn semantic-release
0 commit comments