ref: 5e9ff515fa1b4e0d7d0f9599196bef56f6f37e68
parent: 5e0f44b7929a81c28d61e898ca52092ded1b1117
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Jan 23 13:53:51 EST 2020
Let's see if Linux works instead
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,9 +2,6 @@
git:
depth: 5
-# No need for sudo
-sudo: false
-
# Bionic is the most recent version of Ubuntu I can get to work properly
dist: bionic
@@ -21,9 +18,9 @@
- clang
os:
-# - linux
+ - linux
# - osx
- - windows
+ # - windows
addons:
apt:
--
⑨