semantic-release / condition-travis

:no_entry_sign: semantic-release plugin to check Travis CI environment before publishing.
MIT License
9 stars 11 forks source link

feat: add support for Travis Enterprise #101

Closed SimenB closed 6 years ago

SimenB commented 6 years ago

Pass on travisUrl as travisOpts to travisDeployOnce

Fixes #100

This is blocked by release of pwmckenna/node-travis-ci#22, and an update in travis-deploy-once.

SimenB commented 6 years ago

Fixed the typo in the readme and the test title.

The assertions have to be that way, or the test fails - deepEqual checks for keys with undefined values

pvdlg commented 6 years ago

Thanks for the modification. We'll merge when pwmckenna/node-travis-ci#22 get released.

SimenB commented 6 years ago

Awesome! I'll test it later today to verify it works 🙂

SimenB commented 6 years ago

It doesn't :( It's missing /api in the path. PR incoming!

SimenB commented 6 years ago

PR: https://github.com/semantic-release/travis-deploy-once/pull/32