eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.43k stars 1.44k forks source link

Upgrade Travis CI node versions #237

Open ChunxuTang opened 6 years ago

ChunxuTang commented 6 years ago

Hi,

The original node versions in .travis.yml is somewhat outdated, which makes the tests fail. Could you upgrade the node versions?

Thank you.

murat-aka commented 6 years ago

Any reasons why this is not merged yet? This update would fix the Travis CI builds

DanielRuf commented 6 years ago

This is not the right approach. Always pick the current LTS and stable releases without specific minor and patch numbers.

See #323