Skip to content

Commit e611cf4

Browse files
authored
Merge pull request #25 from purescript-web/use-ps-npm-dependency
Use NPM dependency for PureScript compiler
2 parents 1659f88 + 212d1a8 commit e611cf4

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.travis.yml

-6
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:

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"eslint": "^6.0.1",
99
"pulp": "^13.0.0",
1010
"purescript-psa": "^0.7.3",
11+
"purescript": "^0.13.6",
1112
"rimraf": "^2.6.2"
1213
}
1314
}

0 commit comments

Comments
 (0)