semantic-release / travis-deploy-once

🚫Test multiple node versions on Travis. Deploy once. If all of them pass.
MIT License
33 stars 7 forks source link

Replace Travis API client #29

Closed pvdlg closed 6 years ago

pvdlg commented 6 years ago

Unfortunately, it seems node-travis-ci is not actively maintained, and it doesn't support Travis Enterprise.

This PR re-implement the Travis API call to get the builds with an http library and add support for Travis Enterprise.

Fix #27

gr2m commented 6 years ago

great work!