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

Commit 1d4997eb by Sushant

build: travis build deploy

1 parent a9ada2c9
Showing with 3 additions and 1 deletions
...@@ -65,8 +65,10 @@ jobs: ...@@ -65,8 +65,10 @@ jobs:
- stage: release - stage: release
node_js: 4 node_js: 4
script: npm run lint script: npm run lint
env:
- TRAVIS_JOB_NUMBER=WORKAROUND.1
deploy: deploy:
provider: script provider: script
script: TRAVIS_JOB_NUMBER=WORKAROUND.1 npm run semantic-release script: ./node_modules/.bin/semantic-release pre && npm publish && ./node_modules/.bin/semantic-release post
on: on:
branch: master branch: master
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!