diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 08:49:30 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-07 09:05:51 +0100 |
commit | faed5d8bd050d187ba1fca4c1e2399bf3485bd4c (patch) | |
tree | d928b07f12d6cc3837daafc3b37293973914fbbb | |
parent | becec7e3fc391d799755bf8561558b6cc2a06447 (diff) | |
download | marco-faed5d8bd050d187ba1fca4c1e2399bf3485bd4c.tar.bz2 marco-faed5d8bd050d187ba1fca4c1e2399bf3485bd4c.tar.xz |
change to use archlinux/base image
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index c9b38110..a6cbc2d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,8 @@ language: bash services: - docker -## Use travis branch for test. -#branches: -# only: -# - travis - 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: @@ -21,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" @@ -45,6 +40,7 @@ requires: - mate-desktop - zenity - libxpresent + - which debian: # Useful URL: https://github.com/mate-desktop/debian-packages @@ -129,4 +125,4 @@ variables: - CFLAGS="-Wall -Werror=format-security" after_scripts: - - make distcheck > /dev/null + - make distcheck |