Skip to content

chore(scripts): deploy document by travis#325

Merged
fengmk2 merged 4 commits into
masterfrom
travis-deploy
Feb 7, 2017
Merged

chore(scripts): deploy document by travis#325
fengmk2 merged 4 commits into
masterfrom
travis-deploy

Conversation

@popomore

@popomore popomore commented Feb 7, 2017

Copy link
Copy Markdown
Member
Checklist
  • npm test passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

scripts

Description of change

Use nodejs rewrite doc tools, and support auto publish gh-pages on travis.

Only run publishing when commit to master branch.

Closes #86

@popomore popomore force-pushed the travis-deploy branch 2 times, most recently from 8caa873 to cfcc162 Compare February 7, 2017 09:24
@popomore popomore requested a review from fengmk2 February 7, 2017 09:50
@codecov

codecov Bot commented Feb 7, 2017

Copy link
Copy Markdown

Codecov Report

Merging #325 into master will increase coverage by <.01%.

@@            Coverage Diff             @@
##           master     #325      +/-   ##
==========================================
+ Coverage   98.08%   98.08%   +<.01%     
==========================================
  Files          32       32              
  Lines         834      837       +3     
==========================================
+ Hits          818      821       +3     
  Misses         16       16
Impacted Files Coverage Δ
lib/core/context_httpclient.js 100% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 85e3c8f...21dfb64. Read the comment docs.

@codecov

codecov Bot commented Feb 7, 2017

Copy link
Copy Markdown

Codecov Report

Merging #325 into master will not impact coverage.

@@           Coverage Diff           @@
##           master     #325   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files          32       32           
  Lines         823      823           
=======================================
  Hits          807      807           
  Misses         16       16

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7554eae...521c41e. Read the comment docs.

Comment thread .travis.yml
- scripts/doc_travis.sh
env:
global:
- ENCRYPTION_LABEL: a62186272189

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

要将 egg-ci 的依赖去掉了。只能手动维护这些 yml 了

Comment thread scripts/doc.js Outdated
logger(message) { console.log(message); },
user: {
name: 'Auto Doc Publisher',
email: 'docs@egg.com',

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use nodejs rewrite doc tools, and support auto publish gh-pages on travis.

Only run publishing when commit to master branch.

Closes #86
@fengmk2 fengmk2 merged commit df4f04e into master Feb 7, 2017
@fengmk2 fengmk2 deleted the travis-deploy branch February 7, 2017 11:32
@fengmk2

fengmk2 commented Feb 7, 2017

Copy link
Copy Markdown
Member

看看是否会更新文档

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Build document on travis

2 participants