From cdb644e6c0752b37a4753fb8f9d270d2d4c0cc16 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 21 Feb 2015 15:27:30 -0300 Subject: [PATCH] add coveralls to travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2332d98..f759c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,5 @@ node_js: - '0.10' install: - npm install +after_success: + - npm run coveralls