iDigBio / idb-backend

iDigBio server and backend code for data ingestion, media processing, record indexing, and data API.
GNU General Public License v3.0
7 stars 0 forks source link

update travis pipeline to use pg 12 #227

Closed danstoner closed 1 year ago

danstoner commented 1 year ago

The highest version to which I could update was postgres 12 on Ubuntu 'focal'.

Travis does not support adding arbitrary 3rd party repos. Travis does not support python 3.8.10 on Ubuntu 22.04 'jammy'.

I ran into job timeout issues, docker build is not compatible with travis_wait.