Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
levy committed Sep 20, 2019
2 parents 83761a3 + 0ed306d commit 11c110c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ install:
- yarn test
script:
- ./build.sh
after_success:
- GREN_GITHUB_TOKEN=$GITHUB_TOKEN yarn release
after_script:
- ./notify.sh
cache: yarn
Expand All @@ -21,7 +19,6 @@ deploy:
local-dir: docs
github-token: $GITHUB_TOKEN
skip-cleanup: true
keep-history: true
- provider: npm
email: levy9527@qq.com
api_key: $NPM_TOKEN
Expand Down
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@
yarn stdver

yarn build

git remote add github https://$GITHUB_TOKEN@github.com/FEMessage/log-viewer.git > /dev/null 2>&1
git push github HEAD:master --follow-tags

5 changes: 5 additions & 0 deletions notify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ then
exit 1
fi

git remote add github https://$GITHUB_TOKEN@github.com/FEMessage/log-viewer.git > /dev/null 2>&1
git push github HEAD:master --follow-tags

GREN_GITHUB_TOKEN=$GITHUB_TOKEN yarn release

url=https://api.github.com/repos/FEMessage/log-viewer/releases/latest
resp_tmp_file=resp.tmp

Expand Down

0 comments on commit 11c110c

Please # to comment.