diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 20:40:39 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 20:40:39 +0200 |
commit | 503f7e081027c37cc056b58d6fb195188b9156b2 (patch) | |
tree | b46fe2924fb11cbbbcc70eb421eac3560e471800 | |
parent | abb110ea2ef341dba535847df79109401629c52f (diff) | |
download | ayatana-indicator-session-503f7e081027c37cc056b58d6fb195188b9156b2.tar.gz ayatana-indicator-session-503f7e081027c37cc056b58d6fb195188b9156b2.tar.bz2 ayatana-indicator-session-503f7e081027c37cc056b58d6fb195188b9156b2.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: |