update-travis

1.0.1 • Public • Published

update-travis Build Status

Utility to update .travis.yml to newer Node.js versions

Install

$ npm install -g update-travis

Usage

$ cd path/to/my/project
$ update-travis

Then answer a question, and you'll be good to go.

CLI

$ npm install --global update-travis
$ update-travis --help

  Utility to update `.travis.yml` to newer Node.js versions

  Usage
    $ update-travis

  Options
    --versions Specify the versions you want to support (separated by a `,`)

  Examples
    $ update-travis
    $ update-travis --versions 6,5,4,0.10
    $ update-travis --versions stable,0.12

License

MIT © Jeroen Engels

Package Sidebar

Install

npm i update-travis

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • jfmengels