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

chore(ci): add v8 and v11 of Node version #1652

Merged
merged 1 commit into from
Feb 6, 2019
Merged

chore(ci): add v8 and v11 of Node version #1652

merged 1 commit into from
Feb 6, 2019

Conversation

hiroppy
Copy link
Member

@hiroppy hiroppy commented Feb 6, 2019

and add node_modules as a cache

  • This is a bugfix
  • This is a feature
  • This is a code refactor
  • This is a test update
  • This is a docs update
  • This is a metadata update

For Bugs and Features; did you add new tests?

Motivation / Use-Case

#1650 (comment)

Breaking Changes

no

Additional Info

.travis.yml Outdated
@@ -20,9 +26,12 @@ jobs:
env: SCRIPT=test
# Node 10 instead of 'stable' since Node 11 segfaults
Copy link
Member Author

Choose a reason for hiding this comment

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

I would like to erase it if it is stable.

Copy link
Member

@alexander-akait alexander-akait Feb 6, 2019

Choose a reason for hiding this comment

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

@hiroppy let's remove comment and use node_js: 10, stable can be changed in future

Copy link
Member

Choose a reason for hiding this comment

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

Also let's add node_js: 11

Copy link
Member Author

Choose a reason for hiding this comment

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

Is it like this?(or we should use 'lts/*'?)

    - &osx
      stage: Test (MacOS)
      os: 'osx'
      env: SCRIPT=test
    - <<: *osx
      node_js: 11
    - <<: *osx
      node_js: 10
    - <<: *osx
      node_js: 8
    - <<: *osx
      node_js: 6

Copy link
Member

@alexander-akait alexander-akait Feb 6, 2019

Choose a reason for hiding this comment

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

👍 Let's avoid lts/* and stable, better use version directly

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated

@codecov
Copy link

codecov bot commented Feb 6, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1652   +/-   ##
=======================================
  Coverage   82.43%   82.43%           
=======================================
  Files          15       15           
  Lines         484      484           
  Branches      120      120           
=======================================
  Hits          399      399           
  Misses         68       68           
  Partials       17       17
Impacted Files Coverage Δ
lib/Server.js 78.9% <0%> (ø) ⬆️

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 5833986...4baa647. Read the comment docs.

Add node_modules as cache.
@alexander-akait
Copy link
Member

God job thanks!

@alexander-akait alexander-akait merged commit a52f2d7 into webpack:master Feb 6, 2019
@alexander-akait
Copy link
Member

What about solve this #1560? Should be easy 👍 PR already exists need add tests #1562

@hiroppy hiroppy deleted the feature/ci branch February 6, 2019 23:02
@hiroppy
Copy link
Member Author

hiroppy commented Feb 7, 2019

I'll try it:)

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.

2 participants