Continuous Deployment with Github Pages
Or how to let Travis-CI merge into master if the build is successful.
It is way easier than I thought.
Prerequisites The travis gem Travis-CI integration up and running (ie .travis.yml is set up). Step 1: Acquire Github Access Token This is required because we don’t want to write our Github username and password anywhere. Go to your Github Application Settings and create a new Token.
Step 2: Encrypt the token Even the Token is not something to post on your Twitter.