1.0.0 • Published 7 years ago

travisjs v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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
1.0.0

7 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.0

10 years ago