From 1904c243a43e59c7477f314c968498274146f0f0 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 29 Oct 2020 00:11:28 +0300 Subject: [PATCH] Revert ".travis.yml: Use Ubuntu 20.04 "Focal" environment" This reverts commit 0baa07f70a1008c104834759907f1f6b221d2f1c. Focal only has PostgreSQL 12 installed, and we are not quite there yet (our production has 9.6, testing has 10). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c824beb..ca50193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: focal +dist: bionic language: python python: - "3.6"