summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authordotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-13 00:20:28 +0100
committerdotnetCarpenter <jon.ronnenberg@gmail.com>2016-11-13 00:23:52 +0100
commit3e614d4fe9670fb952d057b0407f6d651e45f71d (patch)
tree080199e269123b29ccb1524a45de385a6f44aaba /.travis.yml
parent29f3113b1f911e6a1c3c51c52f1b1485973a4fff (diff)
downloadsvg.js-3e614d4fe9670fb952d057b0407f6d651e45f71d.tar.gz
svg.js-3e614d4fe9670fb952d057b0407f6d651e45f71d.zip
added code coverage
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 5ea821f..a66a428 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ node_js:
script:
- npm run build
- npm test
+ - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
#sudo: required
#dist: trusty
addons: