From 196327923df95bf0c613340ccc67cc51c048f5cf Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 13 May 2023 11:19:00 +0200 Subject: CI: fix releasing --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 712b14e..798fc3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,17 +38,6 @@ notifications: on_failure: always 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 -- cgit v1.2.1