UNPKG
pubsubr
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
pub and sub to loopback components
github.com/FengYuHe/pubsubr
FengYuHe/pubsubr
pubsubr
/
.travis.yml
10 lines
•
211 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language:
"node_js"
node_js:
-
"6.11.0"
-
"8.0.0"
-
"8.1.4"
cache:
directories: - node_modules
after_success:
-
'./node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'