智能照明系统APP-本地串口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LightingSystemApp-serial/.svn/pristine/d6/d6ffd66d940b003e3d9c458c6c5...

27 lines
367 B

language: node_js
os:
- linux
- osx
- windows
node_js:
- "0.8"
- "0.10"
- "0.12"
- "iojs"
- "4"
- "5"
- "6"
- "7"
- "8"
- "9"
- "10"
- "11"
- "12"
matrix:
exclude:
- os: windows
node_js: "0.8"
- os: windows
node_js: "iojs"
before_install:
- 'if [ $TRAVIS_NODE_VERSION == 0.8 ]; then nvm install-latest-npm; fi'