diff options
author | raveit65 <[email protected]> | 2021-02-22 22:04:49 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-22 22:04:49 +0100 |
commit | 42679c774cdb2666bbc6602a380ae68e5f3f1c94 (patch) | |
tree | b37484164e9b38f15b4d589fc7694b6ed5342516 /.travis.yml | |
parent | ff46e255f41e618c43e2d32be6e337d09ef4d9aa (diff) | |
download | mate-common-42679c774cdb2666bbc6602a380ae68e5f3f1c94.tar.bz2 mate-common-42679c774cdb2666bbc6602a380ae68e5f3f1c94.tar.xz |
tx: use rolling tag for ubuntu
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4cf057c..2fc3ab2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: # - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |