summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolan McMahon <caolan.mcmahon@gmail.com>2014-03-28 15:56:15 +0000
committerCaolan McMahon <caolan.mcmahon@gmail.com>2014-03-28 15:56:15 +0000
commit72eaf1cb45be12169f3f25af25c68012b6442936 (patch)
tree5fab77a6c1b60e37497db08d0ae100d1e090c3eb
parent2c34634492d39cb6d70e3e3a581a4b3703b55be3 (diff)
parentb5aa9ae92000cb64edd1a6a6ebb9289aa18bb105 (diff)
downloadasync-72eaf1cb45be12169f3f25af25c68012b6442936.tar.gz
Merge pull request #277 from kimptoc/master
Travis CI setup
-rw-r--r--.travis.yml3
-rw-r--r--README.md3
2 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6e5919d
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: node_js
+node_js:
+ - "0.10"
diff --git a/README.md b/README.md
index cc19c6e..f7d4f7a 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# 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