Skip to content

Commit

Permalink
Merge pull request #1 from abandonware/sandbox/rzr/master
Browse files Browse the repository at this point in the history
npm: Pin versions for node-8
  • Loading branch information
rzr committed Dec 19, 2018
2 parents c4cd18a + 9b1fa0a commit ecd072b
Show file tree
Hide file tree
Showing 4 changed files with 1,806 additions and 16 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@ os:
- osx
language: cpp
env:
- NODE_VERSION="0.8"
- NODE_VERSION="0.10"
- NODE_VERSION="0.12"
- NODE_VERSION="4"
- NODE_VERSION="6"
- NODE_VERSION="8"
- NODE_VERSION="10"
matrix:
fast_finish: true
before_install:
Expand All @@ -19,9 +16,6 @@ before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CC="g++-4.8";
fi
- if [ $NODE_VERSION == "0.8" ]; then
npm install -g npm@2;
fi
install:
- npm install
script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ You need to stop scanning before trying to connect in order to solve this issue.
## Install

```sh
npm install noble
npm install @abandonware/noble
```

## Usage
Expand Down

0 comments on commit ecd072b

Please sign in to comment.