fritz-xml-2vcard
Version:
Convert FRITZ!Box address book XML format to vcards.
25 lines (20 loc) • 410 B
YAML
language: node_js
node_js:
- '16'
cache:
directories:
- 'node_modules'
script:
- npm run build
- npm test
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
local-dir: dist
email: rillke@wikipedia.de
name: Rainer Rillke (via TravisCI)
on:
branch: master
sudo: false