不要怂,就是干,撸起袖子干!

Commit 23640d6a by Sushant

ci: correct package name for commit analyzer

1 parent 32276aeb
Showing with 1 additions and 1 deletions
......@@ -78,6 +78,6 @@ jobs:
node_js: 8
env: TRAVIS_JOB_NUMBER=WORKAROUND.1
script:
- npm i semantic-release@8 bltechnology/customizable-commit-analyzer@1.0.2-0
- npm i semantic-release@8 @bltechnology/customizable-commit-analyzer@1.0.2-0
- npm run lint
- 'if [ "${TRAVIS_PULL_REQUEST}" = "false" ] && [ "${TRAVIS_BRANCH}" = "master" ]; then ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post; fi || true'
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!