Skip to content

Commit

Permalink
Merge pull request #202 from ralphtheninja/master
Browse files Browse the repository at this point in the history
remove io.js + tweaks
  • Loading branch information
ralphtheninja committed Jan 27, 2018
2 parents 7824161 + 25353ce commit b0670b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -7,10 +7,8 @@ addons:
- g++-4.9
- gcc-4.9

env:
global:
- CXX: g++-4.9
- CC: gcc-4.9
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.9; fi

matrix:
include:
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
# prebuild

> A command line tool for easily doing prebuilds for multiple versions of [Node.js](https://nodejs.org/en/), [io.js](https://iojs.org/en/) and [Electron](http://electron.atom.io/) on a specific platform.
> A command line tool for easily making prebuilt binaries for multiple versions of [Node.js](https://nodejs.org/en/) and [Electron](http://electron.atom.io/) on a specific platform.
```
$ npm install -g prebuild
Expand All @@ -11,7 +11,7 @@ $ npm install -g prebuild

## Features

* Builds native modules for any version of Node.js, io.js or Electron, without having to switch between different versions to do so. This works by only downloading the correct headers and telling `node-gyp` to use those instead of the ones installed on your system.
* Builds native modules for any version of Node.js or Electron, without having to switch between different versions to do so. This works by only downloading the correct headers and telling `node-gyp` to use those instead of the ones installed on your system.
* Upload (`--upload`) prebuilt binaries to GitHub.
* Support for stripping (`--strip`) debug information. Strip command defaults to `strip` but can be overridden by the `STRIP` environment variable.
* Install prebuilt modules via [`prebuild-install`](https://github.com/mafintosh/prebuild-install).
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "prebuild",
"version": "7.2.2",
"description": "A command line tool for easily doing prebuilds for multiple versions of node/iojs or electron on a specific platform",
"description": "A command line tool for easily making prebuilt binaries for multiple versions of node or electron on a specific platform",
"scripts": {
"test": "tape test && npm run lint",
"audit": "nsp check",
Expand Down

0 comments on commit b0670b9

Please sign in to comment.