diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 20:38:51 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 20:38:51 +0200 |
commit | 008ccb8b83c0e3cbcee729c14c7b15bf6974eb77 (patch) | |
tree | fdf857a4ce2bdec20f33520f7ca67e4c26171693 | |
parent | 11f95708a7c074c546b8f36e43f1fc9fcbf80c45 (diff) | |
download | ayatana-indicator-bluetooth-008ccb8b83c0e3cbcee729c14c7b15bf6974eb77.tar.gz ayatana-indicator-bluetooth-008ccb8b83c0e3cbcee729c14c7b15bf6974eb77.tar.bz2 ayatana-indicator-bluetooth-008ccb8b83c0e3cbcee729c14c7b15bf6974eb77.zip |
.travis.yml: Fix branch name what is now the default branch in ayatana-dev-scripts.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5382638..51db47f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: before_install: # let's use the MATE project's docker build script... - - curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/master/travis/docker-build + - curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/main/travis/docker-build - chmod +x docker-build install: |