AlexandrAnash / update-travis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%