diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f94f490..0479f2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,7 @@ requires: - intltool - iso-codes - librsvg + - meson - make - mate-common - startup-notification @@ -100,6 +101,7 @@ requires: - libxml2-dev - libxrandr-dev - mate-common + - meson fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-desktop.git @@ -117,6 +119,7 @@ requires: - librsvg2-tools - make - mate-common + - meson - redhat-rpm-config - startup-notification-devel @@ -140,6 +143,7 @@ requires: - libxml2-dev - libxrandr-dev - mate-common + - meson variables: - CFLAGS="-Wall -Werror=format-security" |