Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update to use archlinux/base image
  • Loading branch information
yetist authored and raveit65 committed Feb 8, 2019
1 parent fa47df1 commit ae121af
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand All @@ -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"
Expand All @@ -34,6 +34,8 @@ requires:
- libwnck3
- make
- mate-common
- which

debian:
- git # Required to generate the ChangeLog file
- gobject-introspection
Expand All @@ -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
Expand All @@ -67,6 +70,7 @@ requires:
- libwnck3-devel
- mate-common
- mate-desktop-devel

ubuntu:
- git # Required to generate the ChangeLog file
- gobject-introspection
Expand All @@ -90,7 +94,9 @@ requires:
- mate-common
- quilt
- shared-mime-info

variables:
- CFLAGS="-Wall"
- CFLAGS="-Wall -Werror=format-security"

after_scripts:
- make distcheck

0 comments on commit ae121af

Please sign in to comment.