UNPKG
workq
Version:
latest (3.0.0)
3.0.0
2.1.0
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0
0.0.1
A super tiny work queue
github.com/delvedor/workq
delvedor/workq
workq
/
.travis.yml
15 lines
(11 loc)
•
156 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js:
-
"13"
-
"12"
-
"10"
script:
- npm run coveralls
notifications:
email: on_success: never on_failure: always