Use 0.10.1 compiler

This commit is contained in:
Phil Freeman 2016-10-12 19:19:39 -07:00 committed by GitHub
parent a22f4a1869
commit f96cb4c035

View file

@ -18,7 +18,7 @@ env:
- PATH=$HOME/purescript:$PATH
install:
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
- TAG=v0.10.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/
- chmod a+x $HOME/purescript