From c39ca938a6f3c8dff5912c7cdf88181eff7ac38d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 25 Jul 2019 07:59:38 +0300 Subject: [PATCH] Set Travis to Trusty --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6b3b3e3..56ba1be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ language: cpp sudo: false +dist: trusty + branches: only: - master