diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 11:18:42 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-07 09:24:38 +0100 |
commit | 5b873db2368ca23457feae79442fba07dac5e48d (patch) | |
tree | fe9bd4593b07eef36d3cfddce95b88328642424a /.travis.yml | |
parent | 4a6c3df6d6d68fdc7ff3fef9573b4706fca2e740 (diff) | |
download | mate-panel-5b873db2368ca23457feae79442fba07dac5e48d.tar.bz2 mate-panel-5b873db2368ca23457feae79442fba07dac5e48d.tar.xz |
use archlinux/base image
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 52f64dfa..91662865 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ services: - docker before_install: - - curl -L -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build + - curl -Ls -o docker-build https://github.com/mate-desktop/mate-dev-scripts/raw/travis/travis/docker-build - chmod +x docker-build install: @@ -16,7 +16,7 @@ script: - ./docker-build --name ${DISTRO} --verbose --config .travis.yml --build autotools env: - - DISTRO="base/archlinux" + - DISTRO="archlinux/base" - DISTRO="debian:sid" - DISTRO="fedora:29" - DISTRO="ubuntu:18.10" @@ -42,6 +42,7 @@ requires: - mate-common - mate-desktop - mate-menus + - which - yelp-tools debian: @@ -149,5 +150,3 @@ before_scripts: after_scripts: - make distcheck - # Just look at the error output and return 0 always. - - 'if [ $? -ne 0 ];then RED="\033[0;31m"; ENDC="\033[0m"; printf "${RED}!!! ERROR: Run make distcheck failed.${ENDC}\n"; fi' |