Use 0.10.7

This commit is contained in:
Phil Freeman 2017-02-14 09:32:33 -08:00
parent 5c7f612279
commit 1fc6bc4394

View file

@ -11,7 +11,7 @@ env:
- PATH=$HOME/purescript:$PATH
install:
- TAG=v0.10.6
- TAG=v0.10.7
- 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