0.1.6 • Published 7 years ago

travis-pipeline v0.1.6

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

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