diff options
-rw-r--r-- | .build.yml | 4 | ||||
-rw-r--r-- | .travis.yml | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -12,6 +12,7 @@ requires: - gobject-introspection - make - mate-common + - meson - python2 - which @@ -29,6 +30,7 @@ requires: - libglib2.0-dev - make - mate-common + - meson fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/mate-menus.git @@ -42,6 +44,7 @@ requires: - gobject-introspection-devel - make - mate-common + - meson - python2-devel - redhat-rpm-config @@ -55,6 +58,7 @@ requires: - libglib2.0-dev - make - mate-common + - meson variables: - 'CHECKERS=" diff --git a/.travis.yml b/.travis.yml index 6940e3c..faa1e3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: - ./docker-build --name ${DISTRO} --config .build.yml --install script: - - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts + - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build meson notifications: irc: |