ambient-attx4
Version:
Library to run the Ambient Module for Tessel. Detects ambient light and sound levels
25 lines (17 loc) • 300 B
YAML
version: "{build}"
clone_depth: 10
environment:
matrix:
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build: off
test_script:
- npm test
cache:
- node_modules
matrix:
fast_finish: true