language: node_js dist: trusty sudo: required node_js: - "8" install: - npm install script: - npm test