From ad4f5695d988b6818a19ea5fe2e5e772c7fbc3cf Mon Sep 17 00:00:00 2001 From: Dennis Won Date: Sun, 3 May 2020 06:02:47 -0700 Subject: [PATCH] update travis yml to install lerna as dev dependency --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18bdc17..eb6b2d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ branches: except: - /^v[0-9]/ install: + - yarn - yarn bootstrap script: - yarn test:src @@ -20,4 +21,5 @@ deploy: github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable keep-history: true on: - branch: master \ No newline at end of file + branch: master +