From e260f2a08aaea2911735ea6481864e5a28e64753 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 25 Jul 2017 16:19:10 +0200 Subject: travis: fix travis build to use Ubuntu 12.04 LTS (Precise Pangolin) Travis used by default Ubuntu 12.04 which is now EOL. Hence, the default changed. Eventually, we may want to upgrade the tests to run on Ubuntu 14.04.5 LTS (Trusty Tahr). But for that we need to adjust the travis test script. For now, explicitly select precise. https://blog.travis-ci.com/2017-07-11-trusty-as-default-linux-is-coming?utm_source=web&utm_medium=banner&&utm_campaign=trusty-default --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 622085c9d..0bcda1ded 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +dist: precise compiler: - gcc - clang -- cgit v1.2.3