yunkong2.onvif/.travis.yml
2018-08-07 20:30:44 +08:00

20 lines
330 B
YAML

os:
- linux
- osx
language: node_js
node_js:
- '4'
- '6'
- '8'
before_script:
- npm install winston@2.3.1
- 'npm install https://git.spacen.net/yunkong2/yunkong2.js-controller/tarball/master --production'
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8