OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Updating the .travis.yml file to include windows builds as well as th… #365

Closed trankin closed 4 years ago

trankin commented 4 years ago

Updating the .travis.yml file to include windows builds as well as the linux builds. Not sure if this negates the need for the Appveyor build, but it does test windows now in multiple versions of node_js.

I removed .12, 4 and 6 from the Windows builds because they are failing anyway, (not caused by this change), and they aren't needed by me.

All of these builds succeeded on my travis-ci test.

linux .12, 4, 6, 8, 10, 11, 12 windows 8, 10, 11, 12

robertsLando commented 4 years ago

We need to move everything to github actions. Would you mind to submit a pr for that?

trankin commented 4 years ago

Closing this pull request as it's now handled in the Github Actions PR #381