Explorar o código

Install lerna globally in travis

cmrd Senya %!s(int64=6) %!d(string=hai) anos
pai
achega
c8348db5c8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

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