xmitter-11ty/.travis.yml

14 lines
263 B
YAML
Raw Normal View History

2018-01-23 00:24:57 -05:00
deploy:
provider: script
script: deploy.sh
on:
branch: master
deploy:
local-dir: _site
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master