diff options
author | Pablo Barciela <[email protected]> | 2020-04-03 03:10:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-03 03:17:22 +0200 |
commit | c591207c038db540340598a655025861372057ee (patch) | |
tree | e1b81b45512b522837d17ae5e2699181090c279d | |
parent | d8eb934c33ecac3987f681f3e9681f0c33343c7b (diff) | |
download | mozo-c591207c038db540340598a655025861372057ee.tar.bz2 mozo-c591207c038db540340598a655025861372057ee.tar.xz |
Travis CI: use Ubuntu devel instead 19.10
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4f6ceda..38edecf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,4 @@ env: - DISTRO="archlinux/base" - DISTRO="debian:testing" - DISTRO="fedora:latest" - - DISTRO="ubuntu:19.10" + - DISTRO="ubuntu:devel" |