From eac6a6c0a6f0673811c2f8071ef7b36346847776 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 13 Jul 2018 19:21:24 +0200 Subject: [PATCH] Fix travis building by allowing "sudo" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a296fd..fa0fe00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp os: linux -sudo: false +sudo: required dist: trusty branches: only: