iobroker.lgtv11
Version:
ioBroker LG 11 SmartTV Adapter
19 lines (18 loc) • 312 B
YAML
os:
- linux
- osx
language: node_js
node_js:
- "4"
- "6"
before_script:
- npm install winston@2.3.0
- npm install https://github.com/ioBroker/ioBroker.js-controller/tarball/master --production
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8