diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 20:26:15 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 14:30:33 +0100 |
commit | 22aad8d9cae72d2bbea9b51be948b311378d2828 (patch) | |
tree | 6eb72ffc0de00263a182965d094f4a15d8b10e33 | |
parent | f2a22d22642d78a0d1f8ecb93f1fb5679c9da6b6 (diff) | |
download | caja-22aad8d9cae72d2bbea9b51be948b311378d2828.tar.bz2 caja-22aad8d9cae72d2bbea9b51be948b311378d2828.tar.xz |
use archlinux/base images
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f2a830f2..e46b88e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" @@ -40,6 +40,7 @@ requires: - libsm - mate-common - mate-desktop + - which debian: # Useful URL: https://github.com/mate-desktop/debian-packages |