Skip to content

Commit 5b873db

Browse files
yetistraveit65
authored andcommitted
use archlinux/base image
1 parent 4a6c3df commit 5b873db

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
- docker
77

88
before_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

1212
install:
@@ -16,7 +16,7 @@ script:
1616
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
1717

1818
env:
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

150151
after_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'

0 commit comments

Comments
 (0)