diff options
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index 5105b33..d09bcf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,19 +36,6 @@ env: # - DISTRO="fedora:latest" - DISTRO="ubuntu:rolling" -deploy: - - provider: pages - edge: true - token: ${GITHUB_TOKEN} - keep_history: true - committer_from_gh: true - target_branch: gh-pages - local_dir: html-report - strategy: git - on: - all_branches: true - condition: ${DISTRO} =~ ^fedora.*$ - jobs: exclude: - env: DISTRO="archlinux:latest" |