From 9e5da87a2a07455b0c1b063c9494123561ad5c87 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 31 Jul 2017 17:38:24 -0400 Subject: [PATCH] [CI] Force Travis builds to use Trusty --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b8bff4a8e..73d3f31f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: cpp sudo: false +dist: trusty os: - linux - osx