sudo: false dist: trusty language: node_js node_js: node install: npm i script: - npm run test - npm run build - npm run build-install