Skip to content

Commit c59f57b

Browse files
committed
fix: travis build script
1 parent 12f6169 commit c59f57b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ script:
1818
- nyc check-coverage --lines 90
1919
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
2020
after_success:
21+
- curl -Lo travis_after_all.py https://git.io/travis_after_all
22+
- python travis_after_all.py
2123
- git config --global user.name "semantic-release (via TravisCI)"
2224
- git config --global user.email "semantic-release@travis"
2325
- 'semantic-release pre && (NODE_ENV=production npm run build) && npm publish && semantic-release post'

0 commit comments

Comments
 (0)