diff options
author | raveit65 <[email protected]> | 2020-11-16 12:45:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-16 12:45:24 +0100 |
commit | 96ad5a5abd7301fc189daebb416780a28784d800 (patch) | |
tree | 4e31bf279c4cc96fb48f518df7c3c719e854ece1 | |
parent | 88ac43d1e046f7b50ea0d7060d192d68b07f6ea4 (diff) | |
download | mate-utils-96ad5a5abd7301fc189daebb416780a28784d800.tar.bz2 mate-utils-96ad5a5abd7301fc189daebb416780a28784d800.tar.xz |
travis CI: use `rolling` tag for ubuntu
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0d91ef37..c8e82b89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,4 +72,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |