language: node_js node_js: - 'node' - '10' - '12' - '13' os: - linux - osx install: - npm install script: - npm test - npm run semantic-release