Commit d2b1f2c9 authored by JC Brand's avatar JC Brand

Remove unnecesary before_install step

parent 463bc02d
dist: xenial
dist: xenial
language: node_js
cache:
directories:
- node_modules
addons:
chrome: stable
chrome: unstable
node_js:
- "10"
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