UNPKG
co-use
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.1.0
co using your choice of promise implementation
github.com/overlookmotel/co-use
overlookmotel/co-use
co-use
/
.travis.yml
23 lines
(17 loc)
•
249 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
script:
-
"make test"
language:
node_js
node_js:
-
"0.12"
branches:
only:
-
master
-
dev
matrix:
fast_finish:
true
include:
-
node_js:
"0.12"
env:
COVERAGE=true
allow_failures:
-
env:
COVERAGE=true
sudo:
false