From ed159df5aed089cf5d373cec0fa062c84c73d9b6 Mon Sep 17 00:00:00 2001 From: Phil Pluckthun Date: Tue, 4 Jun 2019 13:23:46 +0100 Subject: [PATCH] Update Travis tasks --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5a52081..8970bfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,6 @@ notifications: cache: yarn script: - yarn run build + - yarn run bundle + - yarn run flowgen - yarn run coverage