Skip to content

Commit

Permalink
change to use archlinux/base image
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Feb 7, 2019
1 parent becec7e commit faed5d8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ language: bash
services: services:
- docker - docker


## Use travis branch for test.
#branches:
# only:
# - travis

before_install: before_install:
- curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build
- chmod +x docker-build - chmod +x docker-build


install: install:
Expand All @@ -21,7 +16,7 @@ script:
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools


env: env:
- DISTRO="base/archlinux" - DISTRO="archlinux/base"
- DISTRO="debian:sid" - DISTRO="debian:sid"
- DISTRO="fedora:29" - DISTRO="fedora:29"
- DISTRO="ubuntu:18.10" - DISTRO="ubuntu:18.10"
Expand All @@ -45,6 +40,7 @@ requires:
- mate-desktop - mate-desktop
- zenity - zenity
- libxpresent - libxpresent
- which


debian: debian:
# Useful URL: https://github.com/mate-desktop/debian-packages # Useful URL: https://github.com/mate-desktop/debian-packages
Expand Down Expand Up @@ -129,4 +125,4 @@ variables:
- CFLAGS="-Wall -Werror=format-security" - CFLAGS="-Wall -Werror=format-security"


after_scripts: after_scripts:
- make distcheck > /dev/null - make distcheck

0 comments on commit faed5d8

Please sign in to comment.