Commit c8348db5 authored by cmrd Senya's avatar cmrd Senya Committed by JC Brand

Install lerna globally in travis

parent 8ba8eb02
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment