From 427b107fe24bf7e4570d742f37e86d37f7d14e3f Mon Sep 17 00:00:00 2001 From: Jhen Date: Sat, 22 Dec 2018 18:40:45 +0800 Subject: [PATCH] CI: Run build:all before lint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b9114a18..781e0508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ cache: directories: - "node_modules" script: - - npm run lint - npm run build:all + - npm run lint - npm test