New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

travisjs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

travisjs

travis cli helper for managing node modules

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

travisjs

Mac / LinuxWindows
Build StatusWindows Build status

Standard - JavaScript Style Guide

Travisjs is a command line application for travis, especially targeted for managing tests for node modules. It is inspired by travisify and git-travis (which is uses internally).

Install with npm install travisjs -g

Usage: travisjs <command>

command
  version    display the current version
  init       initialize travis (hook and yml)
  badge      generate badge
  open       open travis page
  yml        creates a .travis.yml
  hook       set up hook for this repo
  status     shows the status of the tests
  config     shows the location of the config file
  lint       validate your .travis.yml

config file

Travisjs config file location can be shown with travisjs config.

It can have a couple of properties:

PropertyDescription
tokenAccess token — you don't want to touch this.
node_jsNode.js versions to include in generated .travis.yml file.

Example config file:

token: xxx
node_js:
  - '0.10'
  - '0.12'
  - iojs

Keywords

travisify

FAQs

Package last updated on 01 Dec 2016

Did you know?

Socket

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.

Install

Related posts