diff --git a/.travis.yml b/.travis.yml index bcf8090..435a5f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,17 @@ node_js: install: - npm install + - npm install -g codecov + +before_script: + - npm run build + +script: + - npm test + +after_success: + - npm run coverage + - codecov # Telegram bot notifications: