Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save justinwoo/f20c6fa02fc35ecec3bb74f267a10ea5 to your computer and use it in GitHub Desktop.
Save justinwoo/f20c6fa02fc35ecec3bb74f267a10ea5 to your computer and use it in GitHub Desktop.
Travis install 0.12
before_script:
- TAG=v0.12.0
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
- chmod a+x $HOME/purescript
- export PATH=$PATH:$HOME/purescript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment