vanity-eth/.travis.yml
2021-05-04 11:25:56 +02:00

16 lines
230 B
YAML

language: node_js
node_js:
- 'lts/*'
install: npm ci
script:
- npm test
- npm run build:deploy
deploy:
provider: pages
skip_cleanup: true
local_dir: dist
github_token: $TOKEN
fqdn: vanity-eth.tk