language: node_js node_js: - stable install: - yarn script: - yarn run tsc - yarn run lint - yarn run test after_success: - npm run test:cov && bash <(curl -s https://codecov.io/bash) -e TRAVIS_NODE_VERSION