update travis yml to install lerna as dev dependency

crypto_fix
Dennis Won 5 years ago
parent 03f996a9c2
commit ad4f5695d9
  1. 2
      .travis.yml

@ -7,6 +7,7 @@ branches:
except:
- /^v[0-9]/
install:
- yarn
- yarn bootstrap
script:
- yarn test:src
@ -21,3 +22,4 @@ deploy:
keep-history: true
on:
branch: master

Loading…
Cancel
Save