summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-07-25 16:19:10 +0200
committerThomas Haller <thaller@redhat.com>2017-07-25 16:24:34 +0200
commite260f2a08aaea2911735ea6481864e5a28e64753 (patch)
tree8c5950569e053ae9ef49059adef87e072b306818 /.travis.yml
parent230287a5a45c1296b18b7a5b42cd2077ee5208e6 (diff)
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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