[Pkg-javascript-commits] [node-async] 406/480: Merge pull request #277 from kimptoc/master
Jonas Smedegaard
js at moszumanska.debian.org
Fri May 2 08:58:47 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository node-async.
commit 72eaf1cb45be12169f3f25af25c68012b6442936
Merge: 2c34634 b5aa9ae
Author: Caolan McMahon <caolan.mcmahon at gmail.com>
Date: Fri Mar 28 15:56:15 2014 +0000
Merge pull request #277 from kimptoc/master
Travis CI setup
.travis.yml | 3 +++
README.md | 3 +++
2 files changed, 6 insertions(+)
diff --cc README.md
index cc19c6e,470757e..f7d4f7a
--- a/README.md
+++ b/README.md
@@@ -1,15 -1,18 +1,18 @@@
# Async.js
+ [![Build Status via Travis CI](https://travis-ci.org/caolan/async.png?branch=master)](https://travis-ci.org/caolan/async)
+
+
Async is a utility module which provides straight-forward, powerful functions
for working with asynchronous JavaScript. Although originally designed for
-use with [node.js](http://nodejs.org), it can also be used directly in the
-browser.
+use with [Node.js](http://nodejs.org), it can also be used directly in the
+browser. Also supports [component](https://github.com/component/component).
Async provides around 20 functions that include the usual 'functional'
-suspects (map, reduce, filter, each…) as well as some common patterns
-for asynchronous control flow (parallel, series, waterfall…). All these
-functions assume you follow the node.js convention of providing a single
-callback as the last argument of your async function.
+suspects (`map`, `reduce`, `filter`, `each`…) as well as some common patterns
+for asynchronous control flow (`parallel`, `series`, `waterfall`…). All these
+functions assume you follow the Node.js convention of providing a single
+callback as the last argument of your `async` function.
## Quick Examples
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git
More information about the Pkg-javascript-commits
mailing list