add travis deploy

This commit is contained in:
Felix Förtsch
2018-05-17 16:04:01 +02:00
parent 569286614c
commit 9e77936b64

View File

@@ -13,4 +13,12 @@ env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer
sudo: false # route your build to the container-based infrastructure for a faster build
sudo: false # route your build to the container-based infrastructure for a faster build
deploy:
provider: pages
skip-cleanup: true
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
on:
branch: master