0.1.6 • Published 9 years ago
travis-pipeline v0.1.6
Travis Pipeline
A simple build pipeline system for GitHub and Travis CI integration
Development Status: Alpha (NOT recommended for production use)
Setup
- Install the package using
npm install -g travis-pipeline- Create a
.pipeline.ymlfile with the content...
trigger:
any:
- github-username/repository-name- Add
travis-pipelinetoafter_successsection in.travis.ymlfile...
after_success:
- travis-pipeline success- Check the full documentation here