diff options
author | Samuel Thibault <[email protected]> | 2019-07-24 14:33:48 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-27 09:29:23 +0200 |
commit | 889170cdf03ac9f805c3f1c253d37f8686b80ecd (patch) | |
tree | d16bfe6c5eadcb9085246400bb680ebd37fa21fe /.travis.yml | |
parent | 1f01f6f7462c7691ecda7b9aec7eca01d4984cba (diff) | |
download | pluma-889170cdf03ac9f805c3f1c253d37f8686b80ecd.tar.bz2 pluma-889170cdf03ac9f805c3f1c253d37f8686b80ecd.tar.xz |
gla11y: use version 0.3 which already defaults to using python3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1bd7435f..3855d6f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -176,7 +176,7 @@ before_scripts: - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - 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: |