Skip to content

Commit 10a4a9f

Browse files
yetistraveit65
authored andcommitted
change to use archlinux/base image
1 parent c1f7c6c commit 10a4a9f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 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/travis/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"
@@ -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

131127
after_scripts:
132-
- make distcheck > /dev/null
128+
- make distcheck

0 commit comments

Comments
 (0)