This repository was archived by the owner on Aug 4, 2023. It is now read-only.
File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,11 @@ language: node_js
2
2
dist : trusty
3
3
sudo : required
4
4
node_js : 6
5
- env :
6
- - PATH=$HOME/purescript:$PATH
7
5
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
6
- npm install -g bower
13
7
- npm install
14
- script :
15
8
- bower install --production
9
+ script :
16
10
- npm run -s build
17
11
- bower install
18
12
- npm run -s example
Original file line number Diff line number Diff line change 1
1
# purescript-node-fs-aff
2
2
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 )
4
4
[ ![ 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 )
6
5
7
6
[ Node.FS] [ Node.FS ] Wrappers for [ purescript-aff] [ aff ]
8
7
Original file line number Diff line number Diff line change 8
8
"devDependencies" : {
9
9
"pulp" : " ^9.0.1" ,
10
10
"purescript-psa" : " ^0.3.9" ,
11
+ "purescript" : " ^0.10.1" ,
11
12
"rimraf" : " ^2.5.4"
12
13
}
13
14
}
You can’t perform that action at this time.
0 commit comments