before_install: - npm install lerna@2.0.0 install: - npm run bootstrap language: node_js node_js: - "9" - "8" - "7" - "6" - "5" - "4" sudo: false