diff options
author | raveit65 <[email protected]> | 2021-03-08 22:08:38 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-08 22:08:38 +0100 |
commit | aeaf06537f377e83359e066b4d167afeab3d2927 (patch) | |
tree | 4903460ade0cec91e8c2a13c10a0d4a4ae035440 | |
parent | 7bc62c026b0a8e2d1a29b0659d9f6c489f95816e (diff) | |
download | mate-netbook-aeaf06537f377e83359e066b4d167afeab3d2927.tar.bz2 mate-netbook-aeaf06537f377e83359e066b4d167afeab3d2927.tar.xz |
travis: 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 7c1be0c..df5a6a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,4 +45,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:20.04" + - DISTRO="ubuntu:rolling" |