File tree Expand file tree Collapse file tree 3 files changed +38
-5
lines changed Expand file tree Collapse file tree 3 files changed +38
-5
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
1
2
language : node_js
3
+
2
4
node_js :
3
5
- " 0.10"
4
6
- " 0.12"
5
- - iojs
7
+ - " iojs"
8
+ - " 4"
9
+ - " 5"
10
+
11
+ cache :
12
+ directories :
13
+ - node_modules
14
+
15
+ after_script :
16
+ npm run coveralls
Original file line number Diff line number Diff line change 1
- # fastfall& nbsp ;& nbsp ; [ ![ Build Status ] ( https://travis-ci.org/mcollina/fastfall.svg?branch=master )] ( https://travis-ci.org/mcollina/fastfall )
1
+ # fastfall
2
2
3
+ [ ![ npm version] [ npm-badge ]] [ npm-url ]
4
+ [ ![ Build Status] [ travis-badge ]] [ travis-url ]
5
+ [ ![ Coverage Status] [ coveralls-badge ]] [ coveralls-url ]
6
+ [ ![ Dependency Status] [ david-badge ]] [ david-url ]
3
7
4
- call your callbacks in a waterfall, without overhead
8
+ ## call your callbacks in a waterfall, without overhead
5
9
6
10
Benchmark for doing 3 calls ` setImmediate ` 100 thousands times:
7
11
@@ -216,3 +220,13 @@ function, too. Calls `done` when it has finished.
216
220
## License
217
221
218
222
MIT
223
+
224
+
225
+ [ npm-badge ] : https://badge.fury.io/js/fastfall.svg
226
+ [ npm-url ] : https://badge.fury.io/js/fastfall
227
+ [ travis-badge ] : https://api.travis-ci.org/mcollina/fastfall.svg
228
+ [ travis-url ] : https://travis-ci.org/mcollina/fastfall
229
+ [ coveralls-badge ] :https://coveralls.io/repos/mcollina/fastfall/badge.svg?branch=master&service=github
230
+ [ coveralls-url ] : https://coveralls.io/github/mcollina/fastfall?branch=master
231
+ [ david-badge ] : https://david-dm.org/mcollina/fastfall.svg
232
+ [ david-url ] : https://david-dm.org/mcollina/fastfall
Original file line number Diff line number Diff line change 5
5
"main" : " fall.js" ,
6
6
"scripts" : {
7
7
"lint" : " standard" ,
8
- "test" : " tape test.js | faucet"
8
+ "test" : " tape test.js | faucet" ,
9
+ "coverage" : " istanbul cover tape test.js | tap-spec" ,
10
+ "coveralls" : " npm run coverage ; cat ./coverage/lcov.info | coveralls"
9
11
},
10
12
"precommit" : [
11
13
" lint" ,
28
30
"url" : " https://github.com/mcollina/fastfall/issues"
29
31
},
30
32
"homepage" : " https://github.com/mcollina/fastfall#readme" ,
33
+ "engines" : {
34
+ "node" : " >=0.10.0"
35
+ },
31
36
"devDependencies" : {
32
37
"async" : " ^1.0.0" ,
38
+ "coveralls" : " ^2.11.6" ,
33
39
"fastbench" : " ^1.0.0" ,
34
40
"faucet" : " 0.0.1" ,
35
- "insync" : " ^1.0.0" ,
41
+ "insync" : " ^2.1.1" ,
42
+ "istanbul" : " ^0.4.1" ,
36
43
"neo-async" : " ^1.7.0" ,
37
44
"pre-commit" : " ^1.0.10" ,
38
45
"run-waterfall" : " ^1.1.1" ,
39
46
"standard" : " ^5.0.0" ,
47
+ "tap-spec" : " ^4.1.1" ,
40
48
"tape" : " ^4.0.0" ,
41
49
"waterfallize" : " ^1.0.0"
42
50
},
You can’t perform that action at this time.
0 commit comments