UNPKG

rpio2

Version:

Control Raspberry Pi GPIO pins with node.js. Fast and easy to use.

9 lines 247 B
language: node_js node_js: - '4' sudo: false before_install: - sh travis_pre_install.sh script: - "npm run test-cov" after_script: "npm install coveralls && cd lib && cat coverage.lcov | ../node_modules/coveralls/bin/coveralls.js && cd .."