language: node_js node_js: - "10.18.1" cache: yarn: true script: - npm run build || travis_terminate 1 jobs: include: # Define the release stage that runs semantic-release - stage: release node_js: lts/* # Advanced: optionally overwrite your default `script` step to skip the tests # script: skip deploy: provider: script skip_cleanup: true script: - npm install - npm run build - npx semantic-release