diff --git a/.travis.yml b/.travis.yml index 2877477..690e9ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ node_js: script: - yarn test --coverage --coverageReporters=text-lcov | coveralls - - yarn build && bundlewatch ./dist/!(*.map) + - yarn build && bundlewatch --max-size 20kb ./dist/!(*.map)