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

Commit bbe72a5

Browse files
committed
ci(travis): remove script default result to true
1 parent c9d9553 commit bbe72a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node_js: '12'
1919
# required for yarn not to fail when installing semantic-release
2020
# instead it is removed from the dependencies and added as global at the end
21-
script: yarn global add semantic-release && semantic-release || true
21+
script: yarn global add semantic-release && semantic-release
2222
branches:
2323
except:
2424
- /^v\d+\.\d+\.\d+$/

0 commit comments

Comments
 (0)