pimatic
Version:
A home automation server and framework for the Raspberry PI running on node.js
19 lines • 373 B
YAML
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "iojs"
branches:
only:
- master
- stable
install:
- "npm install -g jshint"
- "npm install -g istanbul"
- "npm install"
build: off
test_script:
- "npm run test-ci"
version: "{build}"