juicy-tattoo
v0.0.3
Published
Test All The Things Over & Over - script to help with repolepsy and trigger dependant travis builds
Downloads
4
Readme
tattoo
Naive script to Test All The Things Over & Over
Inspired by Polymer/tattoo
This is naive script to run more builds after your build finished successfully.
Installation
npm install --save-dev Juicy/tattoo
Setup
- Make sure all your repos have travis builds up and running correctly
- Generate a Travis token as described here: https://docs.travis-ci.com/user/triggering-builds
- Secure it and add to your
.travis.yml
usingtravis encrypt TRAVIS_API_TOKEN=... --add
- Add script to your
travis.yml
after_success: - npm tattoo
- Create
test/tattoo.json
file to point to your dependants:{ "name": "YourOrg/YourRepo", "dependants": [ "DependantOrg/DependantRepo" ... ] }
Usage
Push your changes to the repo, and travis should trigger other builds as well.