From 288af8a2eb62f9ac372c7d43b2a6cfe5f0c0a816 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Fri, 10 Aug 2018 08:21:49 +0530 Subject: [PATCH] Try trusty --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 892a7eec..13f85f25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,10 @@ matrix: include: # Access more recent gcc and clang via a Trusty image - os: linux - dist: xenial + dist: trusty compiler: gcc - os: linux - dist: xenial + dist: trusty compiler: clang - os: osx compiler: gcc