From 58448311e55a37d935e105a622122e3d44ff80d1 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 20 Apr 2021 00:47:22 +0200 Subject: .travis.yml: Drop deploy: section. --- .travis.yml | 13 ------------- 1 file changed, 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" -- cgit v1.2.3