Uninett / mod_auth_mellon

An Apache module with a simple SAML 2.0 service provider
207 stars 182 forks source link

Fix build on Travis CI #217

Closed olavmrk closed 5 years ago

olavmrk commented 5 years ago

Travis CI recently changed the default distribution from Ubuntu 14.04 (Trusty) to Ubuntu 18.04 (Xenial):

https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment

This was a slow rollout, and does not appear to have reached this project until the last couple of weeks.

This patch simply pins the distribution used for tests to Ubuntu 14.04 (Trusty), to ensure that we always use a consistent build environment.

A later patch will update it to a more recent distribution.