Awesome-DevOps-copy/.travis.yml
2019-11-26 23:54:52 +02:00

17 lines
203 B
YAML

anguage: python
python:
- "3.6"
script:
- invoke build
deploy:
provider: pages
local-dir: site
skip-cleanup: true
keep-history: true
github-token: $GITHUB_TOKEN
on:
branch: master