Files
qwerty-learner/.travis.yml
2021-02-10 13:26:41 +08:00

18 lines
271 B
YAML
Executable File

language: node_js
node_js:
- 'stable'
cache:
directories:
- node_modules
env:
- CI=false REACT_APP_DEPLOY_ENV=travis
script:
- yarn build
deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: build
on:
branch: master