nfriedly / node-bestzip

Provides a `bestzip` command that uses the system `zip` if avaliable, and a Node.js implimentation otherwise.
MIT License
80 stars 16 forks source link

Only publish to npm after all jobs complete #25

Closed nfriedly closed 5 years ago

nfriedly commented 5 years ago

If we move the windows tests from appveyor to travis ci and use separate test and deploy stages, we can ensure builds won't get published that work on some but not all platforms:

https://blog.travis-ci.com/2018-10-11-windows-early-release test/deploy stages example: https://github.com/nfriedly/express-rate-limit/blob/master/.travis.yml