nuki-web-api
Version:
Node.js implementation (using promises) of the Nuki Web API
22 lines (21 loc) • 367 B
YAML
os:
- linux
- osx
- windows
language: node_js
node_js:
- '8'
- '10'
- '12'
before_script:
- export NPMVERSION=$(echo "$($(which npm) -v)"|cut -c1)
- 'if [[ $NPMVERSION == 5 ]]; then npm install -g npm@5; fi'
- npm -v
env:
- CXX=g++-4.9
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9