File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,8 @@ language: bash
55services :
66 - docker
77
8- # Use travis branch for test.
9- # branches:
10- # only:
11- # - travis
12-
138before_install :
14- - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis /travis/docker-build
9+ - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/master /travis/docker-build
1510 - chmod +x docker-build
1611
1712install :
@@ -21,7 +16,7 @@ script:
2116 - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
2217
2318env :
24- - DISTRO="base/ archlinux"
19+ - DISTRO="archlinux/base "
2520 - DISTRO="debian:sid"
2621 - DISTRO="fedora:29"
2722 - DISTRO="ubuntu:18.10"
@@ -41,6 +36,7 @@ requires:
4136 - make
4237 - mate-common
4338 - startup-notification
39+ - which
4440
4541 debian :
4642 # Useful URL: https://github.com/mate-desktop/debian-packages
@@ -106,6 +102,4 @@ configures:
106102 - --enable-gtk-doc
107103
108104after_scripts :
109- - make distcheck > /dev/null
110- # It will fail on debian, so it always returns 0, but can see the error message.
111- - ' if [ $? -ne 0 ];then RED="\033[0;31m"; NC="\033[0m"; printf "${RED}!!! ERROR: Run make distcheck failed.${NC}\n"; fi'
105+ - make distcheck
You can’t perform that action at this time.
0 commit comments