- Create personal access token on github with
public_repopermission. - Install travis gem
gem install travis. - Encrypt access token with:
travis encrypt GH_TOKEN=THEGENERATEDTOKEN -r nuprl/website
Pasting the result in the .travis.yml file inside the env section.
- The rest should be well-enough documented by
.travis.yml, and the associated scriptsinstall-racket.shanddeploy.sh.