diff options
author | raveit65 <[email protected]> | 2020-11-04 02:31:10 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-04 02:31:10 +0100 |
commit | 1e97d140905dadb53d6839b32231ce2d2ccde85b (patch) | |
tree | 3fcd8bcd11d6b4996ea9a8cb1edaeb5614a57052 /.travis.yml | |
parent | 5460c692b1277c36847523e43b8ee8c19351ea22 (diff) | |
download | mate-session-manager-1e97d140905dadb53d6839b32231ce2d2ccde85b.tar.bz2 mate-session-manager-1e97d140905dadb53d6839b32231ce2d2ccde85b.tar.xz |
Travis CI: 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 26f9df8..7412fd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,4 +71,4 @@ env: - DISTRO="archlinux:latest" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:devel" + - DISTRO="ubuntu:rolling" |