We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1659f88 + 212d1a8 commit e611cf4Copy full SHA for e611cf4
.travis.yml
@@ -2,13 +2,7 @@ language: node_js
2
dist: trusty
3
sudo: required
4
node_js: stable
5
-env:
6
- - PATH=$HOME/purescript:$PATH
7
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
12
- npm install -g bower
13
- npm install
14
script:
package.json
@@ -8,6 +8,7 @@
"eslint": "^6.0.1",
"pulp": "^13.0.0",
"purescript-psa": "^0.7.3",
+ "purescript": "^0.13.6",
"rimraf": "^2.6.2"
}
0 commit comments