UNPKG
blynk-cli
Version:
latest (0.3.5)
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
An utility to manage your Blynk server
github.com/Booteille/blynk-cli
Booteille/blynk-cli
blynk-cli
/
.travis.yml
16 lines
(15 loc)
•
196 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
cache:
directories:
-
node_modules
notifications:
email:
false
node_js:
-
'7'
-
'6'
-
'4'
before_script:
-
npm
prune
branches:
except:
-
/^v\d+\.\d+\.\d+$/