Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from garyb/update-build
Browse files Browse the repository at this point in the history
Update build
  • Loading branch information
garyb authored Jul 19, 2016
2 parents 8a4a8d8 + 827d3a7 commit 8e50148
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 24 deletions.
17 changes: 8 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
language: node_js
dist: trusty
sudo: required
node_js: 5
node_js: 6
install:
- npm install
- npm install -g bower
- bower install
- npm install
- bower install --production
script:
- npm test
- npm run -s build
- bower install
- npm -s test
after_success:
- >-
test $TRAVIS_TAG &&
node_modules/.bin/psc-publish > .pursuit.json &&
curl -X POST http://pursuit.purescript.org/packages \
-d @.pursuit.json \
-H 'Accept: application/json' \
-H "Authorization: token ${GITHUB_TOKEN}"
echo $GITHUB_TOKEN | pulp login &&
echo y | pulp publish --no-push
13 changes: 3 additions & 10 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
{
"name": "purescript-aff-reattempt",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/slamdata/purescript-aff-reattempt.git"
},
"license": "Apache-2.0",
"authors": [
"Becky Conning <[email protected]>",
"Gary Burgess <[email protected]>"
],
"version": "0.1.0",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"bower_components",
"node_modules",
"output",
"test",
"bower.json"
"bower.json",
"package.json"
],
"dependencies": {
"purescript-aff": "^1.0.0",
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"private": true,
"scripts": {
"clean": "rimraf output && rimraf .pulp-cache",
"build": "pulp build",
"test": "pulp test",
"bower": "bower"
"build": "pulp build --censor-lib --strict",
"test": "pulp test"
},
"devDependencies": {
"pulp": "^9.0.1",
"purescript": "^0.9.1",
"rimraf": "^2.5.2",
"bower": "^1.7.1"
"purescript-psa": "^0.3.9",
"rimraf": "^2.5.0"
}
}

0 comments on commit 8e50148

Please sign in to comment.