update travis yml to install lerna as dev dependency

crypto_fix
Dennis Won 5 years ago
parent 03f996a9c2
commit ad4f5695d9
  1. 4
      .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
branch: master

Loading…
Cancel
Save