Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #49 from apiaryio/JackuB/semantic-release-swallow-…
Browse files Browse the repository at this point in the history
…errors

Make semantic release task swallow errors
  • Loading branch information
honzajavorek authored Jul 20, 2016
2 parents 154696f + 085e9b8 commit 4268f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
deploy:
provider: "script"
skip_cleanup: true
script: "npm run semantic-release"
script: "npm run semantic-release || true"
on:
branch: "master"
node: "6"

0 comments on commit 4268f80

Please sign in to comment.