From 330318fa2a60a6b82ef026882af22a946396946a Mon Sep 17 00:00:00 2001 From: Alayan-stk-2 Date: Tue, 22 Oct 2019 12:29:13 +0200 Subject: [PATCH] Remove mac from travis tests for now The amount of "timeouts" errors where a mac build job stalls for no clear reason at all (the script isn't even started, and it's inconsistent) is unacceptable. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e395771f..dc71e9207 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ sudo: false language: cpp os: - linux - - osx compiler: - gcc - clang