From 6c858c7a78677dc5345f1f8c587d65658379df26 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 12 Jan 2017 17:09:10 -0800 Subject: [PATCH] Travis is actually running trusty. xenial isn't supported yet. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1acf0334be04a..9207625109ea0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: xenial +dist: trusty language: c compiler: - gcc