diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 23:01:49 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 23:53:01 +0100 |
commit | ae121af4d84a5c95c81f9e62b972043068ba0a18 (patch) | |
tree | 40ea0881d6d58231c07d9905ec068470c5f836a6 /.travis.yml | |
parent | fa47df139b3c52f9d54391338c6d7f4f54b7444c (diff) | |
download | mate-notification-daemon-ae121af4d84a5c95c81f9e62b972043068ba0a18.tar.bz2 mate-notification-daemon-ae121af4d84a5c95c81f9e62b972043068ba0a18.tar.xz |
update to use archlinux/base image
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index b7514af..22fafcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: - docker before_install: - - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build + - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build - chmod +x docker-build install: @@ -16,7 +16,7 @@ script: - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools env: - - DISTRO="base/archlinux" + - DISTRO="archlinux/base" - DISTRO="debian:sid" - DISTRO="fedora:29" - DISTRO="ubuntu:18.10" @@ -34,6 +34,8 @@ requires: - libwnck3 - make - mate-common + - which + debian: - git # Required to generate the ChangeLog file - gobject-introspection @@ -57,6 +59,7 @@ requires: - mate-common - quilt - shared-mime-info + fedora: # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/ - git # Required to generate the ChangeLog file @@ -67,6 +70,7 @@ requires: - libwnck3-devel - mate-common - mate-desktop-devel + ubuntu: - git # Required to generate the ChangeLog file - gobject-introspection @@ -90,7 +94,9 @@ requires: - mate-common - quilt - shared-mime-info + variables: - - CFLAGS="-Wall" + - CFLAGS="-Wall -Werror=format-security" + after_scripts: - make distcheck |