diff --git a/.travis.yml b/.travis.yml index 2d9aa67..c182f44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ before_script: - 'npm install -g grunt-cli' - 'npm install -g bower' - 'bower install' -script: grunt test \ No newline at end of file +script: grunt test +after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls" \ No newline at end of file