Use psc-0.11.2 (#61)

This commit is contained in:
Phil Freeman 2017-04-02 12:14:42 -07:00 committed by GitHub
parent 1a0d8deea0
commit c67f1e7847

View file

@ -11,7 +11,7 @@ env:
- PATH=$HOME/purescript:$HOME/psc-package:$PATH
install:
- TAG=v0.11.1
- TAG=v0.11.2
- PSC_PACKAGE_TAG=v0.1.1
- 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/