language: node_js sudo: false node_js: - 5 - 6 before_install: - npm install --only=dev script: - npm run types - npm run compile - npm test