jsoncrack.com/.travis.yml
Aykut Saraç 0c37312277
Merge pull request #4 from AykutSarac/reaflow-implementation
Reaflow Implementation [v1.2.0-beta]
2022-02-09 15:00:52 +03:00

25 lines
367 B
YAML

language: node_js
node_js:
- "14"
branches:
only:
- main
cache:
directories:
- node_modules
- .next
branches:
only:
- main
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