Skip to content

Commit

Permalink
fix: add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoentringer committed Jul 13, 2020
1 parent 952404b commit 682e058
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: node_js
node_js:
- node
- 8
jobs:
include:
- stage: release
node_js: lts/*
script:
- npm run lint
deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release

0 comments on commit 682e058

Please sign in to comment.