aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-27 21:35:49 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-28 14:50:05 +0200
commite1711fc79349a53517debfe87619d3d0b4b9b814 (patch)
tree88d7abdfc8ca964a87347086104ccfbf87c1ed71 /.travis.yml
parentdc0247dc924387796d1e3864e50a2389f9702f54 (diff)
downloadayatana-indicator-session-e1711fc79349a53517debfe87619d3d0b4b9b814.tar.gz
ayatana-indicator-session-e1711fc79349a53517debfe87619d3d0b4b9b814.tar.bz2
ayatana-indicator-session-e1711fc79349a53517debfe87619d3d0b4b9b814.zip
.travis.yml: Use AyatanaIndicators version of docker-build script.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d688af..2efd2f4 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/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
+ - curl -Ls -o docker-build https://github.com/AyatanaIndicators/ayatana-dev-scripts/raw/master/travis/docker-build
- chmod +x docker-build
install: