File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 - docker
77
88before_install :
9- - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
9+ - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/docker-build
1010 - chmod +x docker-build
1111
1212install :
@@ -16,7 +16,7 @@ script:
1616 - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
1717
1818env :
19- - DISTRO="base/ archlinux"
19+ - DISTRO="archlinux/base "
2020 - DISTRO="debian:sid"
2121 - DISTRO="fedora:29"
2222 - DISTRO="ubuntu:18.10"
@@ -34,6 +34,8 @@ requires:
3434 - libwnck3
3535 - make
3636 - mate-common
37+ - which
38+
3739 debian :
3840 - git # Required to generate the ChangeLog file
3941 - gobject-introspection
@@ -57,6 +59,7 @@ requires:
5759 - mate-common
5860 - quilt
5961 - shared-mime-info
62+
6063 fedora :
6164 # Useful URL: https://src.fedoraproject.org/cgit/rpms/caja.git/
6265 - git # Required to generate the ChangeLog file
@@ -67,6 +70,7 @@ requires:
6770 - libwnck3-devel
6871 - mate-common
6972 - mate-desktop-devel
73+
7074 ubuntu :
7175 - git # Required to generate the ChangeLog file
7276 - gobject-introspection
@@ -90,7 +94,9 @@ requires:
9094 - mate-common
9195 - quilt
9296 - shared-mime-info
97+
9398variables :
94- - CFLAGS="-Wall"
99+ - CFLAGS="-Wall -Werror=format-security"
100+
95101after_scripts :
96102 - make distcheck
You can’t perform that action at this time.
0 commit comments