jsoncrack.com/.travis.yml
2022-04-29 13:58:26 +03:00

22 lines
339 B
YAML

language: node_js
node_js:
- "14"
branches:
only:
- main
cache:
directories:
- node_modules
script:
- npm run test
- npm run lint
- npm run build
deploy:
provider: pages
skip_cleanup: true
local_dir: out
token: $GITHUB_TOKEN
target_branch: gh-pages
keep_history: true
on:
branch: main