aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-06-19 15:21:06 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-24 15:19:47 +1000
commitd615b964a94644a7483b019360e670e78c6ea08f (patch)
tree294f3eb51ecad922fdee2c939b3beed82e6a14fd /.travis.yml
parentb904cb733750de1bb0e04e5012c391a9c3094d11 (diff)
downloadskiboot-d615b964a94644a7483b019360e670e78c6ea08f.zip
skiboot-d615b964a94644a7483b019360e670e78c6ea08f.tar.gz
skiboot-d615b964a94644a7483b019360e670e78c6ea08f.tar.bz2
doc: travis-ci deploy docs!
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cfc8c08..5a3226c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ env:
- RUN_ON_CONTAINER=fedora-rawhide
- RUN_ON_CONTAINER=debian-stretch
- RUN_ON_CONTAINER=debian-unstable
+ - RUN_ON_CONTAINER=docs
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
@@ -31,6 +32,8 @@ matrix:
exclude:
- os: linux-ppc64le
env: RUN_ON_CONTAINER=centos7
+ - os: linux-ppc64le
+ env: RUN_ON_CONTAINER=docs
sudo: required
@@ -50,3 +53,11 @@ addons:
notification_email: stewart@linux.vnet.ibm.com
branch_pattern: coverity_scan
+deploy:
+ provider: pages
+ skip-cleanup: true
+ github-token: $GITHUB_TOKEN # set in travis-ci.org dashboard, marked secure
+ local_dir: "doc/_build/ghpages"
+ on:
+ branch: master
+ condition: "$RUN_ON_CONTAINER = docs"