this is the repo with source code of catergos iso
-
Generate a github oauth token from https://github.com/settings/tokens with repo in scope
-
Install Travis using gem (gem requires ruby to be installed with ruby dev)
sudo gem install travis
-
Get your secure part replaced in .travis.yml
travis encrypt <token here> -r our_username/catergos-iso
Now, you will be able to deploy in your own fork to test before actually deploying.