From ad15d4ed09344728ac2bfbb5783f8ef4d0a99a91 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Sun, 8 Dec 2019 11:05:11 +0100 Subject: [PATCH] chore: add bundlesize check back to ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcff5d7b..b4536c98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ jobs: include: - stage: check script: - # - npx aegir build --bundlesize + - npx aegir build --bundlesize # Remove pull libs once ping is async - npx aegir dep-check -- -i pull-handshake -i pull-stream - npm run lint