Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
fix(ci): restore missing travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
amclin committed Oct 4, 2019
1 parent 50c5ea3 commit ca2360b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: node_js
node_js:
- lts/*
jobs:
include:
# Define the release stage that runs semantic-release
- stage: release
# Advanced: optionally overwrite your default `script` step to skip the tests
# It may not needed if `npm run build` and `npm test` run in preversion step
# script: skip
deploy:
provider: script
skip_cleanup: true
script: npm run test:badges && npm run semantic-release

0 comments on commit ca2360b

Please sign in to comment.