Skip to content

Commit

Permalink
Merge pull request #245 from ralphtheninja/prebuild-install
Browse files Browse the repository at this point in the history
prebuild --install
  • Loading branch information
ralphtheninja committed Jan 2, 2016
2 parents cdee425 + 7535949 commit 36127d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ addons:

before_install:
- export JOBS=max
- export prebuild_compile=true

node_js:
- "5"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"bindings": "~1.2.1",
"fast-future": "~1.0.0",
"nan": "~2.1.0",
"prebuild": "^2.7.0"
"prebuild": "^2.8.0"
},
"devDependencies": {
"async": "~1.5.0",
Expand All @@ -49,7 +49,7 @@
"tape": "~4.3.0"
},
"scripts": {
"install": "prebuild --download",
"install": "prebuild --install",
"test": "tape test/*-test.js | faucet",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
Expand Down

0 comments on commit 36127d5

Please sign in to comment.