diff --git a/.travis.yml b/.travis.yml index 77d4e55..8e3e50e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,8 @@ node_js: - "8" script: + - npm install codecov -g - npm run lint - - npm run test \ No newline at end of file + - npm run test +after_success: + - codecov \ No newline at end of file