From 44abdb94ff7b312cf9caf95ab1f14516611b6418 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Mon, 19 Nov 2018 04:35:32 +0200 Subject: [PATCH] Fix #5. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9fd539712..ee1229a50 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c # or other C/C++ variants -dist: trusty +dist: xenial sudo: false # https://docs.travis-ci.com/user/caching/