This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

travis-pipeline

0.1.6 • Public • Published

Travis Pipeline

A simple build pipeline system for GitHub and Travis CI integration

Development Status: Alpha (NOT recommended for production use)

Setup

  1. Install the package using
npm install -g travis-pipeline
  1. Create a .pipeline.yml file with the content...
trigger:
  any:
  - github-username/repository-name
  1. Add travis-pipeline to after_success section in .travis.yml file...
after_success:
- travis-pipeline success
  1. Check the full documentation here

Readme

Keywords

none

Package Sidebar

Install

npm i travis-pipeline

Weekly Downloads

9

Version

0.1.6

License

MIT

Last publish

Collaborators

  • spywhere