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
5
5
services :
6
6
- docker
7
7
8
- # # Use travis branch for test.
9
- # branches:
10
- # only:
11
- # - travis
12
-
13
8
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
15
10
- chmod +x docker-build
16
11
17
12
install :
@@ -21,7 +16,7 @@ script:
21
16
- ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools
22
17
23
18
env :
24
- - DISTRO="base/ archlinux"
19
+ - DISTRO="archlinux/base "
25
20
- DISTRO="debian:sid"
26
21
- DISTRO="fedora:29"
27
22
- DISTRO="ubuntu:18.10"
@@ -45,6 +40,7 @@ requires:
45
40
- mate-desktop
46
41
- zenity
47
42
- libxpresent
43
+ - which
48
44
49
45
debian :
50
46
# Useful URL: https://github.com/mate-desktop/debian-packages
@@ -129,4 +125,4 @@ variables:
129
125
- CFLAGS="-Wall -Werror=format-security"
130
126
131
127
after_scripts :
132
- - make distcheck > /dev/null
128
+ - make distcheck
You can’t perform that action at this time.
0 commit comments