UNPKG

cylon-sphero-ble

Version:

Cylon.js module for Sphero BLE Robots

27 lines (26 loc) 598 B
language: node_js node_js: - '0.10' - '0.12' - '4.0' - '4.1' - '5.0' before_install: - "mkdir -p ~/.npm" env: - CXX=g++-4.8 install: - sudo apt-get install --force-yes libbluetooth-dev - npm install - npm install git://github.com/hybridgroup/cylon.git - npm install -g jshint istanbul codeclimate-test-reporter script: - make ci - CODECLIMATE_REPO_TOKEN=8e0d86bd2e15e3f5aab31a419a13d32aab7a62574fff0241ed285aa261525861 codeclimate-test-reporter < coverage/lcov.info addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-4.8 - g++-4.8