From 76c577e6f328ce220bdbce40a3db9d1ed88e60f3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 4 Feb 2016 10:27:10 +0100 Subject: [PATCH] .travis.yml: run on trusty dist. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 747059d9..79b03d0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: required +dist: trusty language: c compiler: - gcc