Skip to content

Commit bf695e2

Browse files
committed
Update .travis.yml
1 parent 5a97db6 commit bf695e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ node_js:
55
env:
66
- PATH=$HOME/purescript:$PATH
77
install:
8-
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/tag/v0.8.0-RC1 --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
9-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
8+
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.8.0-RC1/linux64.tar.gz
109
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
1110
- chmod a+x $HOME/purescript
1211
- npm install

0 commit comments

Comments
 (0)