node-enocean-crc8
Version:
crc8 calculation as defined by the Enocean Serial Protocol Specefiation (ESP3)
17 lines (16 loc) • 471 B
YAML
language: node_js
node_js:
- 8.4
- 'node'
- 'lts/*'
env:
global:
- CC_TEST_REPORTER_ID=9622230c61145fa21ced84c3c90e5ccf00859daf247afbbbb7dbe94814e69336
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- npm test
after_script:
- ./cc-test-reporter after-build -t lcov --exit-code $TRAVIS_TEST_RESULT