
Product
Introducing Supply Chain Attack Campaigns Tracking in the Socket Dashboard
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.
enable-travis
Advanced tools
CLI to enable Travis CI for a node.js project.
Install with npm:
$ npm install --save enable-travis
Install with yarn:
$ yarn add enable-travis
Wrapper around travis-ci to simplify enabling Travis CI for a project.
Travis can only enable a project it knows about. If necessary, use sync-travis to sync your latest GitHub projects first.
From the command line:
$ enable-travis
Next, you will be prompted to enter your github username and auth token, and the owner/repo to enable. Answers are saved for the next run (except for repo).
Please provide the repo to enable, your github username and auth token:
? owner/repo: jonschlinkert/micromatch
? username: jonschlinkert
? GitHub auth token: ********
Done! It will attempt to fill in default answers using the git-remote-origin URL, the git username, and package.json project name. But you can override these as necessary.
Let me know if you have any issues or feature requests!
Install with npm:
$ npm install --save enable-travis
var enable = require('enable-travis');
var options = {repo: 'foo/bar', username: 'foo', GITHUB_OAUTH_TOKEN: 'XXXXXX'};
enable(options, function (err, res) {
console.log(res);
//=> { result: true }
});
sync-travis: Sync your Github projects with Travis CI, to ensure it's updated with your latest projects… more | homepage
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
(This project's readme.md is generated by verb, please don't edit the readme directly. Any changes to the readme must be made in the .verb.md readme template.)
To generate the readme, run the following command:
$ npm install -g verbose/verb#dev verb-generate-readme && verb
Running and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:
$ npm install && npm test
Jon Schlinkert
Copyright © 2017, Jon Schlinkert. Released under the MIT License.
This file was generated by verb-generate-readme, v0.6.0, on July 23, 2017.
FAQs
CLI to enable Travis CI for a node.js project.
We found that enable-travis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.