diff --git a/.travis.yml b/.travis.yml index 378f099..da27f0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - npm install script: - npm run lint - - npm run build + - npm run package after_success: - npm run test-coverage - npm run report-coverage