language: node_js node_js: - 10 branches: only: - master - develop install: - yarn script: - npm run test:ci - npm run codecov