From d4cd60eccf7e31dff25b4bdaec581355a9aedece Mon Sep 17 00:00:00 2001 From: Chromaryu Date: Thu, 10 Oct 2019 08:36:11 +0900 Subject: [PATCH] Travis: Enable Sudo-safe container (#544) Use latest ubuntu distribution, this time Bionic. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 79bf754..73fd1fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: c +sudo: true +dist: bionic before_install: - wget "https://github.com/devkitPro/pacman/releases/latest/download/devkitpro-pacman.deb" -O dkp-pacman.deb