From 7d829463ac765dd4fba89dfac9207b10835a4f7e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 24 Jul 2019 14:32:11 +0200 Subject: gla11y: use version 0.3 which already defaults to using python3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9962d98f..f87b3b33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -185,7 +185,7 @@ before_scripts: - egrep -lRZ 'G_GNUC_BEGIN_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_BEGIN_IGNORE_DEPRECATIONS/ /g' - egrep -lRZ 'G_GNUC_END_IGNORE_DEPRECATIONS' . | xargs -0 -l sed -i -e 's/G_GNUC_END_IGNORE_DEPRECATIONS/ /g' - fi - - 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: -- cgit v1.2.1