From e0fe624b1d25125132b2a19f31e7b355a9f0c7d6 Mon Sep 17 00:00:00 2001 From: tinebp Date: Tue, 17 Nov 2020 07:33:05 -0500 Subject: [PATCH] Update .travis.yml try clang compiler to work around gcc crash --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 03690e9d..d6860697 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: cpp dist: bionic os: linux -compiler: gcc +compiler: clang addons: apt: sources: