File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 - docker
77
88before_install :
9- - 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
1010 - chmod +x docker-build
1111
1212install :
@@ -16,7 +16,7 @@ script:
1616 - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
1717
1818env :
19- - DISTRO="base/ archlinux"
19+ - DISTRO="archlinux/base "
2020 - DISTRO="debian:sid"
2121 - DISTRO="fedora:29"
2222 - DISTRO="ubuntu:18.10"
@@ -42,6 +42,7 @@ requires:
4242 - mate-common
4343 - mate-desktop
4444 - mate-menus
45+ - which
4546 - yelp-tools
4647
4748 debian :
@@ -149,5 +150,3 @@ before_scripts:
149150
150151after_scripts :
151152 - make distcheck
152- # Just look at the error output and return 0 always.
153- - ' if [ $? -ne 0 ];then RED="\033[0;31m"; ENDC="\033[0m"; printf "${RED}!!! ERROR: Run make distcheck failed.${ENDC}\n"; fi'
You can’t perform that action at this time.
0 commit comments