Files
kutt-extension/template/.travis.yml
Abhijith Vijayan [FLUXON] 021db2b5fc refactor: pull new template
2026-01-03 22:16:31 +05:30

20 lines
285 B
YAML

language: node_js
cache:
directories:
- ~/.npm
node_js:
- 12
git:
depth: 3
script:
- yarn run build
deploy:
provider: pages
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
local-dir: extension
target-branch: extension
on:
branch: master