summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBenjamin Coe <ben@npmjs.com>2015-05-23 15:33:41 -0700
committerBenjamin Coe <ben@npmjs.com>2015-05-23 15:33:41 -0700
commit4a4247479ec88ec14a6a5313daee3f558c36a63d (patch)
tree57d24e447d7b82022d41251ebdc079af47bc7512 /.travis.yml
parenta6d2301f83bdb81a2e7332e093342167796486f5 (diff)
downloadasync-4a4247479ec88ec14a6a5313daee3f558c36a63d.tar.gz
added test coverage with coveralls and nyc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6064ca0..eb35ea0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,3 +3,4 @@ node_js:
- "0.10"
- "0.12"
- "iojs"
+after_success: npm run coveralls