1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 06:15:02 +01:00

Revert ".travis.yml: Use Ubuntu 20.04 "Focal" environment"

This reverts commit 0baa07f70a.

Focal only has PostgreSQL 12 installed, and we are not quite there
yet (our production has 9.6, testing has 10).
This commit is contained in:
Alan Orth 2020-10-29 00:11:28 +03:00
parent 0baa07f70a
commit 1904c243a4
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,4 +1,4 @@
dist: focal dist: bionic
language: python language: python
python: python:
- "3.6" - "3.6"