From 7f495adc00e1681f3d2bdb2747721e665536f1e5 Mon Sep 17 00:00:00 2001 From: shenyu <448766534@qq.com> Date: Thu, 20 Aug 2020 22:18:13 +0800 Subject: [PATCH] :construction_worker: travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cd7c00b..67b4cbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,6 @@ node_js: node cache: npm: true -install: npm install \ No newline at end of file +install: npm install + +script: npm run build \ No newline at end of file