SignalK / specification

Signal K is a JSON-based format for storing and sharing marine data from different sources (e.g. nmea 0183, 2000, seatalk, etc)
Other
91 stars 69 forks source link

Update Travis tests to use latest node-js v8.x.x release #421

Closed bkp7 closed 6 years ago

bkp7 commented 6 years ago

The recent outage on Travis CI lead me to look at the version of node we are using for Travis tests and the length of time they take to run. Currently we test using both v6 and v7 of node-js. The current version is 8.9.4 LTS or 9.4.0.

I have changed .travis.yml so that we only test using the latest v8 build of node-js which works fine.