Update .travis.yml

try clang compiler to work around gcc crash
This commit is contained in:
tinebp
2020-11-17 07:33:05 -05:00
committed by GitHub
parent a7da36c007
commit e0fe624b1d

View File

@@ -1,7 +1,7 @@
language: cpp
dist: bionic
os: linux
compiler: gcc
compiler: clang
addons:
apt:
sources: