summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSamuel Thibault <[email protected]>2019-07-24 14:34:25 +0200
committerraveit65 <[email protected]>2019-07-27 09:38:52 +0200
commitfb11796fa9fe0250cc43f2cc8e5315f4b3700b5d (patch)
tree4007a39f5b1ca25b00a76812f270eeb4b115f0ca /.travis.yml
parent71ca9c1327e29052758f1b85d35cc64fab80114d (diff)
downloadmate-control-center-fb11796fa9fe0250cc43f2cc8e5315f4b3700b5d.tar.bz2
mate-control-center-fb11796fa9fe0250cc43f2cc8e5315f4b3700b5d.tar.xz
gla11y: use version 0.3 which already defaults to using python3
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 4566319a..27d11114 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -266,7 +266,7 @@ before_scripts:
- fi
- make
- make install
- - curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.2/gla11y
+ - curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.3/gla11y
- chmod +x /usr/bin/gla11y
build_scripts: