diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-20 00:47:22 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-04-20 00:47:22 +0200 |
commit | 58448311e55a37d935e105a622122e3d44ff80d1 (patch) | |
tree | 0eb87048ad9a314ed33eb4f24fc8d12313c60d60 /.travis.yml | |
parent | 96c2ddba64b11f9600f738e254c902b4b865bb8c (diff) | |
download | ayatana-ido-58448311e55a37d935e105a622122e3d44ff80d1.tar.gz ayatana-ido-58448311e55a37d935e105a622122e3d44ff80d1.tar.bz2 ayatana-ido-58448311e55a37d935e105a622122e3d44ff80d1.zip |
.travis.yml: Drop deploy: section.
Diffstat (limited to '.travis.yml')
-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" |