You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/08/12 12:45:28 UTC

[incubator-ponymail-foal] 02/02: bump ubuntu version

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 4145b62067738adcecfff4b861c339f115425ef6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Aug 12 14:45:14 2020 +0200

    bump ubuntu version
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b395a1c..6730ed4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: python
 os:
   - linux
-dist: bionic
+dist: focal
 
 python:
   - "3.8"