diff options
author | Wu Xiaotian <[email protected]> | 2020-04-03 00:47:56 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-02 20:31:39 +0200 |
commit | 33cc3e9d6adb284445c4330f94538fa9d818ff4e (patch) | |
tree | 7ef93b419b5db66a4d7e1e8f40a430f25bb8d285 | |
parent | f12c562854a7f2cc71f6822386b9f96b85bcd07c (diff) | |
download | mate-common-33cc3e9d6adb284445c4330f94538fa9d818ff4e.tar.bz2 mate-common-33cc3e9d6adb284445c4330f94538fa9d818ff4e.tar.xz |
[ci]: change archlinux docker image name
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 802935b..31fd082 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ deploy: condition: "${TRAVIS_TAG} =~ ^v.*$ && ${DISTRO} =~ ^fedora.*$" env: - - DISTRO="archlinux/base" + - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - DISTRO="ubuntu:devel" |