Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: test on travis with node 10 #2461

Merged
merged 7 commits into from Jul 17, 2018
Merged

test: test on travis with node 10 #2461

merged 7 commits into from Jul 17, 2018

Conversation

dead-horse
Copy link
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)
Description of change

@codecov
Copy link

codecov bot commented Apr 26, 2018

Codecov Report

Merging #2461 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2461   +/-   ##
=======================================
  Coverage   99.63%   99.63%           
=======================================
  Files          29       29           
  Lines         822      822           
=======================================
  Hits          819      819           
  Misses          3        3

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 38a472f...d13d608. Read the comment docs.

@@ -24,6 +24,7 @@ describe('test/doc.test.js', () => {

it('should no broken url', async () => {
const result = await findlinks({ src: app.url, logger: console });
if (result.fail !== 0) console.log(result);
Copy link
Member Author

Choose a reason for hiding this comment

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

@popomore 没有打出具体是哪个 broken 了

Copy link
Member

Choose a reason for hiding this comment

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

好像有 bug

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

等 doctools 修复了再合并吧

.travis.yml Outdated
@@ -3,6 +3,7 @@ language: node_js
node_js:
- '8'
- '9'
Copy link
Member

Choose a reason for hiding this comment

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

去掉 9 的

@fengmk2
Copy link
Member

fengmk2 commented Jul 12, 2018

rebase 一下

@dead-horse
Copy link
Member Author

@popomore 有空看看 doctools 的报错吧

@popomore
Copy link
Member

eggjs/doctools#32

@dead-horse
Copy link
Member Author

👍

@dead-horse dead-horse merged commit b55b303 into master Jul 17, 2018
@dead-horse dead-horse deleted the test-on-10 branch July 17, 2018 03:08
popomore pushed a commit that referenced this pull request Jul 17, 2018
test: test on travis with node 10 (#2461)
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.

None yet

3 participants