From 9e77936b640996f89e2be7fa10318b9f751a7b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Fo=CC=88rtsch?= Date: Thu, 17 May 2018 16:04:01 +0200 Subject: [PATCH] add travis deploy --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4cf3f5..8448bb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file +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 \ No newline at end of file