diff options
author | raveit65 <[email protected]> | 2020-08-26 10:48:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-26 10:48:37 +0200 |
commit | a4b7d7fad80eec38234833f0ad900eb02445d355 (patch) | |
tree | 457a727fb1476920022b8459935c70dc809e37da | |
parent | 1c540be45c0aaf909ad6e5aa7f26805675c94169 (diff) | |
download | pluma-a4b7d7fad80eec38234833f0ad900eb02445d355.tar.bz2 pluma-a4b7d7fad80eec38234833f0ad900eb02445d355.tar.xz |
travis: use ubuntu:rolling tag to fix building
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 402568bc..e08462c0 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" |