From c6509076c450c73811c373fc08e9c08c1503e19a Mon Sep 17 00:00:00 2001 From: Dave Johnson Date: Thu, 3 Aug 2017 07:06:59 -0700 Subject: [PATCH] Force legacy "precise" build dist for TravisCI (#7422) TravisCI "trusty" build dist isn't picking up build path causing travis checks to fail. Reverting to legacy "precise" dist while we investigate pristine != precise --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cbd29896b..babaaa3d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ ---- +dist: precise + # language: c # notifications: