File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,11 @@ language: node_js
22dist : trusty
33sudo : required
44node_js : 6
5- env :
6- - PATH=$HOME/purescript:$PATH
75install :
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
6+ - npm install bower -g
137 - npm install
14- script :
158 - bower install --production
9+ script :
1610 - npm run -s build
1711 - bower install
1812 - npm -s test
Original file line number Diff line number Diff line change 77 "devDependencies" : {
88 "pulp" : " ^9.0.1" ,
99 "purescript-psa" : " ^0.3.9" ,
10- "rimraf" : " ^2.5.0"
10+ "purescript" : " ^0.10.1" ,
11+ "rimraf" : " ^2.5.4"
1112 }
1213}
You can’t perform that action at this time.
0 commit comments