language: node_js sudo: false node_js: - '4' script: - npm run lint - npm run test:typings - npm run test