jsoncrack.com/.travis.yml
2022-03-17 11:12:13 +03:00

22 lines
332 B
YAML

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