From bf5ea2eb670ab147bc5d42ca34f1da8417eaa957 Mon Sep 17 00:00:00 2001 From: neeboo Date: Thu, 1 Aug 2019 15:49:03 +0800 Subject: [PATCH] fix(travis):remake travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9868d63..dfbed2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,9 @@ branches: - /^v[0-9]/ install: - yarn global add lerna && yarn global add typescript - - yarn install + - lerna bootstrap script: - - yarn bootstrap + - tsc -b tsconfig.json cache: directories: - '$HOME/.yarn-cache'