From 659cd995579cc1f43189bd2267422a63b8847ff4 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 17 Dec 2019 09:28:25 -0800 Subject: [PATCH] ci(travis): run test command in script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f3349e4b..1d6797d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: node_js node_js: 10 cache: yarn script: + - yarn test - yarn build