travis-ci : node library to access the Travis-CI API. You can installing travis-ci 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 travis-ci $ sudo npm install -g travis-ci
If want to update the travis-ci package execute the command as below,
$ sudo npm update travis-ci
Update package globally,
$ npm install -g travis-ci
$ sudo git clone https://github.com/rektide/travis-ci.git
$ sudo npm install -g ./travis-ci
travis-ci@2.1.1 /usr/lib/node_modules/travis-ci
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall travis-ci
| Package Name | travis-ci |
| Version | 2.1.1 |
| Description | node library to access the Travis-CI API |
| Released Date | 2016-09-02T05:18:08.709Z |
| Published by | ljharb |
| How to Learn | https://www.npmjs.com/package/travis-ci/tutorial |