Fix build on Travis CI

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.
This commit is contained in:
Olav Morken 2019-08-15 07:33:29 +02:00
parent 08712ef59a
commit 6df1811d9c
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
dist: trusty
language: c
env:
- APACHE_PKG=apache2-prefork-dev