Added support for Travis deploying to GitHub Pages

This commit is contained in:
Wen Kokke 2018-01-28 01:55:08 +00:00
parent 106508f81f
commit c45c895c62
No known key found for this signature in database
GPG key ID: 82A1AE2526064F4B

View file

@ -29,3 +29,11 @@ before_install:
script:
- make
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
keep-history: true
on:
branch: master