diff options
author | lukefromdc <[email protected]> | 2024-11-07 04:08:24 -0500 |
---|---|---|
committer | lukefromdc <[email protected]> | 2024-11-07 04:08:24 -0500 |
commit | bd0fbeb72efdd6037dd7b1f9e1612efb4b4c4059 (patch) | |
tree | a19a87e5eccab054cd1d5656ec1ad7f09f9b3262 | |
parent | cb2bbe45285390b72e8fcd3669b2c139a9e797bb (diff) | |
download | caja-bd0fbeb72efdd6037dd7b1f9e1612efb4b4c4059.tar.bz2 caja-bd0fbeb72efdd6037dd7b1f9e1612efb4b4c4059.tar.xz |
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0d9dd451..63a13ccd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ before_deploy: deploy: - provider: pages edge: - branch: v2.0.5 + branch: v2.0.5 token: $GITHUB_TOKEN keep_history: false committer_from_gh: true @@ -60,7 +60,7 @@ deploy: condition: ${DISTRO} =~ ^fedora.*$ - provider: script edge: - branch: v2.0.5 + branch: v2.0.5 script: ./docker-build --verbose --config .build.yml --release github on: tags: true |