vue3-qrcode-reader
Version:
A set of Vue.js components for detecting and decoding QR codes.
27 lines (22 loc) • 450 B
YAML
language: node_js
node_js: lts/*
install:
- npm install
script:
- npm run build
- npm run build:docs
cache: npm
deploy:
- provider: script
skip_cleanup: true
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(master|alpha)$
script: npx semantic-release
- provider: pages
skip_cleanup: true
keep_history: true
github_token: $GH_TOKEN
on:
branch: master
local_dir: docs/.vuepress/dist