Skip to content

Commit

Permalink
Merge pull request #324 from Level/add/prebuild-ci
Browse files Browse the repository at this point in the history
add prebuild-ci
  • Loading branch information
juliangruber committed Dec 9, 2016
2 parents a688abe + ab1c727 commit 36457ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion appveyor.yml
@@ -1,6 +1,5 @@
version: "{build}"
build: off
shallow_clone: true
skip_tags: true

environment:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -43,14 +43,15 @@
"monotonic-timestamp": "~0.0.8",
"node-uuid": "~1.4.3",
"optimist": "~0.6.1",
"prebuild-ci": "^1.0.9",
"readfiletree": "~0.0.1",
"rimraf": "~2.5.0",
"slump": "~2.0.0",
"tape": "^4.5.1"
},
"scripts": {
"install": "prebuild --install",
"test": "tape test/*-test.js | faucet",
"test": "(tape test/*-test.js | faucet) && prebuild-ci",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
},
Expand Down

0 comments on commit 36457ad

Please sign in to comment.