You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Builds on the CI server are failing because the default image uses
xenial, which is no longer supported by Postgresql (and needed for an
apt-get update).
This commit updates the Travis CI config file to select bionic as the
distribution. Because the Haskell image doesn't accept a dist value, we
remove the language field altogether and use an environment matrix to
configure the selected versions of GHC and cabal to use.
Builds on the CI server are failing with the following error messages:
The reason why it's failing is that postgresql no longer supports
xenial
, as evidenced by their current list of distributions (from http://apt.postgresql.org/pub/repos/apt/dists/):The text was updated successfully, but these errors were encountered: