We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c700550 commit 959a793Copy full SHA for 959a793
.travis.yml
@@ -5,7 +5,8 @@ node_js: stable
5
env:
6
- PATH=$HOME/purescript:$PATH
7
install:
8
- - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
+ # - TAG=$(basename $(curl --location --silent --output /dev/null -w %{url_effective} https://github.com/purescript/purescript/releases/latest))
9
+ - TAG=v0.14.0-rc2
10
- curl --location --output $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
11
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
12
- chmod a+x $HOME/purescript
0 commit comments