cylon-ble
Version:
Cylon module for Bluetooth Low Energy (LE) peripherals
21 lines (20 loc) • 547 B
YAML
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.0'
- '4.1'
- '5.0'
before_install:
- sudo apt-get update
- "mkdir -p ~/.npm"
install:
- sudo apt-get install --force-yes libbluetooth-dev
- npm install -g node-gyp-install
- node-gyp-install
- npm install
- npm install git://github.com/hybridgroup/cylon.git
- npm install -g istanbul codeclimate-test-reporter
script:
- make ci
- CODECLIMATE_REPO_TOKEN=8731b2ab917e8ce80a37a54de5954732d2fd82bd2c4247125f9b7d5b2b93d62c codeclimate-test-reporter < coverage/lcov.info