diff --git a/.travis.yml b/.travis.yml index 6cf989d..1b019b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,8 @@ node_js: - "8" - "6" - "4" -script: npm test --coverage -after_install: +script: - npm run build + - npm test --coverage after_success: - npm run coveralls