Skip to content
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 427 Bytes

SETUP.md

File metadata and controls

14 lines (10 loc) · 427 Bytes

Setup

  1. Create personal access token on github with public_repo permission.
  2. Install travis gem gem install travis.
  3. Encrypt access token with:
travis encrypt  GH_TOKEN=THEGENERATEDTOKEN -r nuprl/website

Pasting the result in the .travis.yml file inside the env section.

  1. The rest should be well-enough documented by .travis.yml, and the associated scripts install-racket.sh and deploy.sh.