diff --git a/.travis.yml b/.travis.yml index 30f6134..8017a5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,6 @@ node_js: - "6" - "5" cache: yarn +before_script: npm run test script: npm run coverage after_success: 'npm run coveralls'