This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git
The following commit(s) were added to refs/heads/develop by this push:
new 175662d Updating OS used for Travis builds
175662d is described below
commit 175662d0f5c13120699351e0b8cb0e02ed5d8f8b
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Mar 10 17:27:09 2022 -0500
Updating OS used for Travis builds
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 7404a78..71a89a7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
language: python
+dist: focal
python:
- "3.6"
- "3.7"