diff --git a/.travis.yml b/.travis.yml index 324ed6a..51b205d 100755 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ script: - npm run lint - nyc --silent npm run test - nyc report --reporter=text-lcov | coveralls - - nyc check-coverage --lines 80 + - nyc check-coverage --lines 70 after_success: - export NODE_ENV=production - rm -fr ./dist