This repository was archived by the owner on Aug 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-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
126 - npm install -g bower
137 - npm install
14- script :
158 - bower install --production
9+ script :
1610 - npm run -s build
1711 - bower install
1812 - npm run -s example
Original file line number Diff line number Diff line change 11# purescript-node-fs-aff
22
3- [ ![ Latest release] ( http://img.shields.io/bower/v /purescript-node-fs-aff.svg )] ( https://github.com/purescript-node/purescript-node-fs-aff/releases )
3+ [ ![ Latest release] ( http://img.shields.io/github/release/purescript-node /purescript-node-fs-aff.svg )] ( https://github.com/purescript-node/purescript-node-fs-aff/releases )
44[ ![ Build Status] ( https://travis-ci.org/purescript-node/purescript-node-fs-aff.svg?branch=master )] ( https://travis-ci.org/purescript-node/purescript-node-fs-aff )
5- [ ![ Dependency Status] ( https://www.versioneye.com/user/projects/579dffa9aa78d500469f9d71/badge.svg?style=flat )] ( https://www.versioneye.com/user/projects/579dffa9aa78d500469f9d71 )
65
76[ Node.FS] [ Node.FS ] Wrappers for [ purescript-aff] [ aff ]
87
Original file line number Diff line number Diff line change 88 "devDependencies" : {
99 "pulp" : " ^9.0.1" ,
1010 "purescript-psa" : " ^0.3.9" ,
11+ "purescript" : " ^0.10.1" ,
1112 "rimraf" : " ^2.5.4"
1213 }
1314}
You can’t perform that action at this time.
0 commit comments