Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
dist: xenial
language: node_js
node_js: 'lts/*'
script: yarn test -i --ci
jobs:
include:
- stage: test
script: yarn test -i --ci

# Define the release stage that runs semantic-release
- stage: release
# Advanced: optionally overwrite your default `script` step to skip the tests
# script: skip
# deploy:
provider: script
skip_cleanup: true
script: yarn build && yarn release -d