diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 20:37:53 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 20:37:53 +0200 |
commit | f33deb5590e4f3c6d3f659a69c725850e91ad30f (patch) | |
tree | 2800c996e13038e8699b8d34e7da6b771043f759 | |
parent | 82ddfccb4717c568d943d3ed26965b256beefafe (diff) | |
download | ayatana-indicator-application-f33deb5590e4f3c6d3f659a69c725850e91ad30f.tar.gz ayatana-indicator-application-f33deb5590e4f3c6d3f659a69c725850e91ad30f.tar.bz2 ayatana-indicator-application-f33deb5590e4f3c6d3f659a69c725850e91ad30f.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: |