How to Install travis-ci NPM Packages on Ubuntu / Debian

How to Install travis-ci software package in NPM Packages

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

Git clone:

$ 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

How to remove travis-ci package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall travis-ci

Basic Information of travis-ci NPM Package:

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