Skip to content

Commit 5081e8f

Browse files
author
raveit65
committed
fix archlinux build on travis
...and use docker-build from master
1 parent 44844fc commit 5081e8f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

‎.travis.yml‎

Lines changed: 3 additions & 7 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"
@@ -47,6 +42,7 @@ requires:
4742
- polkit
4843
- pulseaudio
4944
- python
45+
- which
5046

5147
debian:
5248
# Useful URL: https://github.com/mate-desktop/debian-packages

0 commit comments

Comments
 (0)