0.0.3 • Published 8 years ago
juicy-tattoo v0.0.3
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/tattooSetup
- 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.ymlusingtravis encrypt TRAVIS_API_TOKEN=... --add - Add script to your
travis.ymlafter_success: - npm tattoo Create
test/tattoo.jsonfile 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.