language: node_js os: - linux node_js: - "10.1.0" script: - npm install --depth 0 --silent - npm run lint - npm run test - npm run test:cli - npm run test:cli # must run twice to ensure everything works - npm run build