From 8a677de0b0fda87be29a3be05ba6e1295c104b88 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 29 Aug 2019 11:01:51 +0100 Subject: [PATCH] chore: re-enable bundlesize check --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98a181e915..f7eef6a3ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,7 @@ jobs: include: - stage: check script: - # https://bundlesize-store.now.sh/values?repo=ipfs/js-ipfs&token=[secure] is 500ing - # - npx aegir build --bundlesize + - npx aegir build --bundlesize - npx aegir dep-check -- -i wrtc -i electron-webrtc - npm run lint