Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@semantic-release-bot semantic-release-bot released this 02 Oct 22:24
· 65 commits to master since this release

3.0.0 (2017-10-02)

Features

  • Accept a travisOpts parameter, instead of fetching github repo (7c4a2a5), closes #2

BREAKING CHANGES

  • The plugin does not call the Github API anymore to
    determine if the regular or the pro version of the Travis API should be
    called.
    The new travisOpts parameter is added in is passed to the Travis
    client API.
    Use travisDeployOnce({travisOpts: {pro: true}}) to call the pro version
    of the API.