File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
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/travis/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"
@@ -45,6 +40,7 @@ requires:
4540 - mate-desktop
4641 - zenity
4742 - libxpresent
43+ - which
4844
4945 debian :
5046 # Useful URL: https://github.com/mate-desktop/debian-packages
@@ -129,4 +125,4 @@ variables:
129125 - CFLAGS="-Wall -Werror=format-security"
130126
131127after_scripts :
132- - make distcheck > /dev/null
128+ - make distcheck
You can’t perform that action at this time.
0 commit comments