diff --git a/.travis.yml b/.travis.yml index 3c0ff0c..7feda53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,17 +2,11 @@ language: node_js dist: trusty sudo: required node_js: 6 -env: - - PATH=$HOME/purescript:$PATH install: - - 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') - - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz - - tar -xvf $HOME/purescript.tar.gz -C $HOME/ - - chmod a+x $HOME/purescript - npm install -g bower - npm install -script: - bower install --production +script: - npm run -s build - bower install - npm run -s example diff --git a/README.md b/README.md index 9351194..5e2a837 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # purescript-node-fs-aff -[![Latest release](http://img.shields.io/bower/v/purescript-node-fs-aff.svg)](https://github.com/purescript-node/purescript-node-fs-aff/releases) +[![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) [![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) -[![Dependency Status](https://www.versioneye.com/user/projects/579dffa9aa78d500469f9d71/badge.svg?style=flat)](https://www.versioneye.com/user/projects/579dffa9aa78d500469f9d71) [Node.FS][Node.FS] Wrappers for [purescript-aff][aff] diff --git a/package.json b/package.json index b3882e0..ad4af2a 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "devDependencies": { "pulp": "^9.0.1", "purescript-psa": "^0.3.9", + "purescript": "^0.10.1", "rimraf": "^2.5.4" } }