From 3ad6743c7bfba5c16bb3fa8cf9c3e1eb08500d97 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 16 May 2017 00:17:12 +0200 Subject: [PATCH] travis: use Trusty image to get newer wget And to deal with sources using Let's Encrypt. See https://github.com/mxe/mxe/pull/1760#issuecomment-299250396 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ba18eb8e..b6351758 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty language: c sudo: false