kekee000 / fonteditor-core

fonteditor core functions
MIT License
353 stars 67 forks source link

Fix Travis CI build by using current version of Node #39

Closed ericpaulbishop closed 4 years ago

ericpaulbishop commented 4 years ago

Currently Travis CI is set to use Node versions 0.10 and 0.12. Note the first digit. Current common versions are 10.x and 12.x. We're testing with ancient versions of node, from the time that dinosaurs roamed the earth. Let's test with the latest stable Node, represented by "node" in .travis.yml, so that if we just ignore Travis configuration for awhile as the development of Node marches on, this should still work and be relevant.