We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f6169 commit c59f57bCopy full SHA for c59f57b
.travis.yml
@@ -18,6 +18,8 @@ script:
18
- nyc check-coverage --lines 90
19
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
20
after_success:
21
+ - curl -Lo travis_after_all.py https://git.io/travis_after_all
22
+ - python travis_after_all.py
23
- git config --global user.name "semantic-release (via TravisCI)"
24
- git config --global user.email "semantic-release@travis"
25
- 'semantic-release pre && (NODE_ENV=production npm run build) && npm publish && semantic-release post'
0 commit comments