UNPKG
fastfall
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.0.1
call your callbacks in a waterfall, at speed
github.com/mcollina/fastfall
mcollina/fastfall
fastfall
/
.travis.yml
16 lines
(13 loc)
•
167 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sudo:
false
language:
node_js
node_js:
-
"0.10"
-
"0.12"
-
"iojs"
-
"4"
-
"5"
cache:
directories: - node_modules
after_script:
npm run coveralls