From 88859bba933f52b339a33af64e2123e2408afaeb Mon Sep 17 00:00:00 2001 From: rosewk Date: Thu, 26 Aug 2021 23:02:46 +0800 Subject: [PATCH] update travis yml --- _project_starter_/.travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_project_starter_/.travis.yml b/_project_starter_/.travis.yml index 8bd1625..14f7f34 100644 --- a/_project_starter_/.travis.yml +++ b/_project_starter_/.travis.yml @@ -1,3 +1,11 @@ language: node_js node_js: - - lts/* \ No newline at end of file + - lts/* + cache: npm + + install: + - npm install + + script: + - npm test + - npm run build \ No newline at end of file