generator-travis : Yeoman generator to get and keep `.travis.yml` up-to-date effortlessly. You can installing generator-travis npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install generator-travis $ sudo npm install -g generator-travis
If want to update the generator-travis package execute the command as below,
$ sudo npm update generator-travis
Update package globally,
$ npm install -g generator-travis
$ sudo git clone https://github.com/rektide/generator-travis.git
$ sudo npm install -g ./generator-travis
generator-travis@1.5.3 /usr/lib/node_modules/generator-travis
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall generator-travis
Package Name | generator-travis |
Version | 1.5.3 |
Description | Yeoman generator to get and keep `.travis.yml` up-to-date effortlessly |
Released Date | 2017-09-13T02:20:24.608Z |
Published by | iamstarkov |
How to Learn | https://www.npmjs.com/package/generator-travis/tutorial |