[Pkg-javascript-commits] [node-async] 319/480: add async to travis

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:58:38 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 432a43729db4881d146a94433391560a6fa13c49
Author: Chris Kimpton <chris at kimptoc.net>
Date:   Mon Apr 1 09:16:10 2013 +0100

    add async to travis
---
 .travis.yml | 5 +++++
 README.md   | 2 ++
 2 files changed, 7 insertions(+)

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..60d00ce
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: node_js
+node_js:
+  - "0.10"
+  - "0.8"
+  - "0.6"
diff --git a/README.md b/README.md
index c5e8b51..29d5ffe 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Async.js
 
+[![Build Status via Travis CI](https://travis-ci.org/kimptoc/async.png?branch=master)](https://travis-ci.org/kimptoc/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

-- 
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