diff options
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6a70570..712b14e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,17 @@ notifications: deploy: - provider: pages edge: true + token: $GITHUB_TOKEN + keep_history: false + committer_from_gh: true + target_branch: gh-pages + local_dir: html-report + strategy: git + on: + all_branches: true + condition: ${DISTRO} =~ ^fedora.*$ + - provider: script + edge: true script: ./docker-build --verbose --config .build.yml --release github on: tags: true |