Skip to content

Commit 009ff2a

Browse files
yetistraveit65
authored andcommitted
use archlinux/base image
1 parent 66ce967 commit 009ff2a

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@ language: bash
55
services:
66
- docker
77

8-
# Use travis branch for test.
9-
#branches:
10-
# only:
11-
# - travis
12-
138
before_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

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

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

108104
after_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

0 commit comments

Comments
 (0)