diff --git a/.travis.yml b/.travis.yml index 4ed1b90..53448fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: node_js node_js: - - "7" \ No newline at end of file + - "7" +after_script: + - npm run coveralls \ No newline at end of file