From 6e6f5d1e8e6f13e0b52fe426e994145bf779a585 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 26 Nov 2019 17:53:31 +0800 Subject: [PATCH] test: :white_check_mark: add build to ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b76b3aced9..5e93af2455 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,4 @@ install: script: - yarn lint - yarn test + - yarn build