diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
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 |