diff options
author | Wu Xiaotian <[email protected]> | 2019-02-07 20:26:15 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 13:32:33 +0100 |
commit | 852f9923716b12617903984256c60649ef1fb973 (patch) | |
tree | 8fae1b1f8b0ca4d5ff589f2cfc6e0ebc8c4ba4cf /.travis.yml | |
parent | 42082f69061ce7f11c389c80f0349ff9e408775c (diff) | |
download | caja-852f9923716b12617903984256c60649ef1fb973.tar.bz2 caja-852f9923716b12617903984256c60649ef1fb973.tar.xz |
use archlinux/base images
Diffstat (limited to '.travis.yml')
-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 |