Skip to content

Commit

Permalink
fix: travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangieseke committed Feb 15, 2020
1 parent b471990 commit 0ead252
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: node_js

node_js:
- 10
- 12

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
script: npx semantic-release
on:
all_branches: true

0 comments on commit 0ead252

Please sign in to comment.