Skip to content

Commit ae121af

Browse files
yetistraveit65
authored and
raveit65
committed
update to use archlinux/base image
1 parent fa47df1 commit ae121af

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- docker
77

88
before_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

1212
install:
@@ -16,7 +16,7 @@ script:
1616
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
1717

1818
env:
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+
9398
variables:
94-
- CFLAGS="-Wall"
99+
- CFLAGS="-Wall -Werror=format-security"
100+
95101
after_scripts:
96102
- make distcheck

0 commit comments

Comments
 (0)