Created
May 24, 2018 12:33
-
-
Save justinwoo/f20c6fa02fc35ecec3bb74f267a10ea5 to your computer and use it in GitHub Desktop.
Travis install 0.12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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