summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSamuel Thibault <[email protected]>2019-07-01 17:10:44 +0200
committerraveit65 <[email protected]>2019-07-08 15:11:17 +0200
commit45145244b6dd9dc11b6d9a6daf4e442cef9457fa (patch)
tree7a177dc7e47804d72766a6b852ab34c9523ee8e5 /.travis.yml
parentdb655f3fb2f67b695d36369e584fcb598e0e1bea (diff)
downloadpluma-45145244b6dd9dc11b6d9a6daf4e442cef9457fa.tar.bz2
pluma-45145244b6dd9dc11b6d9a6daf4e442cef9457fa.tar.xz
Add support for checking .ui accessibility with gla11y
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 02177c9c..1bd7435f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -106,6 +106,7 @@ requires:
- make
- mate-common
- python3-dev
+ - python3-lxml
- yelp-tools
fedora:
@@ -126,6 +127,7 @@ requires:
- mate-common
- pygobject3-devel
- python3-devel
+ - python3-lxml
- redhat-rpm-config
ubuntu:
@@ -148,6 +150,7 @@ requires:
- make
- mate-common
- python3-dev
+ - python3-lxml
- yelp-tools
variables:
@@ -173,6 +176,8 @@ 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
+ - chmod +x /usr/bin/gla11y
build_scripts:
- ./autogen.sh