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

Commit

Permalink
ci(travis): remove script default result to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Nargonath committed Oct 30, 2020
1 parent c9d9553 commit bbe72a5
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 @@ -18,7 +18,7 @@ jobs:
node_js: '12'
# required for yarn not to fail when installing semantic-release
# instead it is removed from the dependencies and added as global at the end
script: yarn global add semantic-release && semantic-release || true
script: yarn global add semantic-release && semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit bbe72a5

Please sign in to comment.