aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-20 00:47:22 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-20 00:47:22 +0200
commit58448311e55a37d935e105a622122e3d44ff80d1 (patch)
tree0eb87048ad9a314ed33eb4f24fc8d12313c60d60
parent96c2ddba64b11f9600f738e254c902b4b865bb8c (diff)
downloadayatana-ido-58448311e55a37d935e105a622122e3d44ff80d1.tar.gz
ayatana-ido-58448311e55a37d935e105a622122e3d44ff80d1.tar.bz2
ayatana-ido-58448311e55a37d935e105a622122e3d44ff80d1.zip
.travis.yml: Drop deploy: section.
-rw-r--r--.travis.yml13
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"