Merge branch '0.10' of github.com:paf31/purescript-package-db into 0.10

This commit is contained in:
Phil Freeman 2016-10-13 20:07:43 -07:00
commit 067a2fb858

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