jsoncrack.com/.travis.yml

25 lines
367 B
YAML
Raw Normal View History

2022-02-03 22:27:12 +03:00
language: node_js
node_js:
- "14"
2022-02-09 11:29:48 +03:00
branches:
only:
- main
2022-02-03 22:27:12 +03:00
cache:
directories:
- node_modules
- .next
2022-02-09 13:05:27 +03:00
branches:
only:
- main
2022-02-03 22:27:12 +03:00
script:
- npm run test
- npm run build
deploy:
provider: pages
skip_cleanup: true
local_dir: out
github_token: $GITHUB_TOKEN
target_branch: gh-pages
keep_history: true
on:
branch: main