Skip to content

Commit 8b94f57

Browse files
committed
Use NPM dependency for PureScript compiler
1 parent 1659f88 commit 8b94f57

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ language: node_js
22
dist: trusty
33
sudo: required
44
node_js: stable
5-
env:
6-
- PATH=$HOME/purescript:$PATH
75
install:
8-
- 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')
9-
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10-
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
11-
- chmod a+x $HOME/purescript
126
- npm install -g bower
137
- npm install
148
script:

0 commit comments

Comments
 (0)