Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb committed Jul 2, 2015
1 parent 55d1b40 commit 0254d6b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 59 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: node_js
sudo: false
node_js:
- 0.10
env:
Expand All @@ -8,8 +9,6 @@ install:
- 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 bower grunt-cli -g
- npm install
- bower install
script:
- grunt
- npm run build
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# purescript-enums

[![Latest release](http://img.shields.io/bower/v/purescript-enums.svg)](https://github.com/purescript/purescript-enums/releases)
[![Build Status](https://travis-ci.org/purescript/purescript-enums.svg?branch=master)](https://travis-ci.org/purescript/purescript-enums)
[![Dependency Status](https://www.versioneye.com/user/projects/55848c63363861001d000330/badge.svg?style=flat)](https://www.versioneye.com/user/projects/55848c63363861001d000330)

Operations for small ordered sum types.

Expand All @@ -12,4 +14,4 @@ bower install purescript-enums

## Module documentation

- [Data.Enum](docs/Data.Enum.md)
- [Data.Enum](docs/Data/Enum.md)
File renamed without changes.
51 changes: 0 additions & 51 deletions gulpfile.js

This file was deleted.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"private": true,
"scripts": {
"postinstall": "pulp dep install",
"build": "pulp build && rimraf docs && pulp docs"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-plumber": "^1.0.0",
"gulp-purescript": "^0.5.0-rc.1",
"rimraf": "^2.3.3"
"pulp": "^4.0.2",
"rimraf": "^2.4.1"
}
}

0 comments on commit 0254d6b

Please sign in to comment.