Travis CI
Steps to Setup Travis CI for Spinnaker
Prerequisites:
Enable Travis CI Master for Spinnaker:
hal config ci travis enablehal config features edit --travis truehal config ci travis master add my-travis-master \ --address https://api.travis-ci.org \ --base-url https://travis-ci.org \ --github-token <token> \ # The GitHub token to authenticate to Travis --number-of-repositories # How many repos the integration should fetch each # time the poller runs, higher than max expected # during polling interval
Last updated