From c61117a1365fefaafed8f00dcb6053070ffe3e3b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 1 Apr 2022 19:18:40 +0200 Subject: .travis.yml: Fix docker-build script URL (default branch has been renamed to 'main'). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6ebac89..13c4b90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ addons: before_install: # let's use the Ayatana Indicators 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: -- cgit v1.2.3