Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit 9444fcd

Browse files
authored
Merge pull request #15 from purescript-node/build
Update build
2 parents 0575b51 + 0fd5dc9 commit 9444fcd

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.travis.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@ language: node_js
22
dist: trusty
33
sudo: required
44
node_js: 6
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
14-
script:
158
- bower install --production
9+
script:
1610
- npm run -s build
1711
- bower install
1812
- npm run -s example

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
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

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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
}

0 commit comments

Comments
 (0)