diff --git a/.travis.yml b/.travis.yml index 4e71bd7..84aaa0e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ node_js: - "4.2" - "4.1" - "4.0" +after_success: + - codeclimate < ./test/unit/coverage/lcov.info \ No newline at end of file