Matt-Esch / virtual-dom

A Virtual DOM and diffing algorithm
MIT License
11.65k stars 780 forks source link

.travis.yml: use 'node' and 'lts/*' to fix build errors #447

Closed nishanths closed 5 years ago

nishanths commented 6 years ago

On master, travis fails currently with the following error:

ERROR: npm is known not to run on Node.js v0.12.18
You'll need to upgrade to a newer version in order to use this
version of npm. Supported versions are 4, 6, 7, 8, 9. You can find the
latest version at https://nodejs.org/

This updates .travis.yml to use the latest stable node ('node') and all the latest LTS releases ('lts/*'). The relevant docs are at https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Specifying-Node.js-versions

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 97.531% when pulling 269cccb204edc379c66de08e39bb5fecb464de82 on nishanths:nishanth/travis-node into 947ecf92b67d25bb693a0f625fa8e90c099887d5 on Matt-Esch:master.