UNPKG
homebridge-gsh-kazari
Version:
latest (2.2.2)
2.2.2
2.2.1
Google Smart Home
github.com/UiharuKazari2008/homebridge-gsh
UiharuKazari2008/homebridge-gsh
homebridge-gsh-kazari
/
node_modules
/
requestretry
/
.circleci
/
config.yml
12 lines
(11 loc)
•
302 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
version:
2.1
# using 2.1 provides access to orbs and other features
jobs:
build:
environment:
COVERALLS_SERVICE_NAME:
circleci
docker:
-
image:
circleci/node:10.16.3
steps:
-
checkout
-
run:
npm
run
test
-
run:
npm
run
test-coverage
&&
npm
run
send-coverage