language: node_js dist: trusty sudo: required node_js: stable install: - npm install script: - npm run build - npm run test