diff options
author | raveit65 <[email protected]> | 2021-02-23 08:17:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-23 08:17:59 +0100 |
commit | b26aa025a9ae0c09633533d62fbc5b927591e527 (patch) | |
tree | 13e3015ac5f324b55d8c13516fd54289fa1987f1 | |
parent | 0e471bf59583e03f93a63a8d34e4294896c58ebf (diff) | |
download | mate-terminal-b26aa025a9ae0c09633533d62fbc5b927591e527.tar.bz2 mate-terminal-b26aa025a9ae0c09633533d62fbc5b927591e527.tar.xz |
tx: 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 c2e6762..547491a 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" |