diff options
author | raveit65 <[email protected]> | 2023-05-13 11:19:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-13 11:19:00 +0200 |
commit | 196327923df95bf0c613340ccc67cc51c048f5cf (patch) | |
tree | 319c309e1f850e818f142108de349c1f1b2d384f | |
parent | 3dc8922fee69f96cb64738c6e2ba3e9184b12e9f (diff) | |
download | mate-menus-1.26.tar.bz2 mate-menus-1.26.tar.xz |
CI: fix releasing1.26
-rw-r--r-- | .travis.yml | 11 |
1 files changed, 0 insertions, 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 |