Browse Source

Install lerna globally in travis

cmrd Senya 6 years ago
parent
commit
c8348db5c8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -7,6 +7,10 @@ addons:
     chrome: stable
 node_js:
  - "9"
+before_install:
+  - npm install -g lerna
+  - rm -rf ./node_modules
+  - export LERNA=$(which lerna)
 install: make stamp-npm
 before_script: make serve_bg
 script: make check