From 620fed02671d624b74b7f8e54987e2ae5572019b Mon Sep 17 00:00:00 2001 From: Antti Korpi Date: Sun, 13 Dec 2020 15:01:26 +0100 Subject: Travis: Also test with gcc In addition to clang that is; re issue #4. Ubuntu Focal only has gcc 9.3.0 like my local machine, so I'm expecting this to pass too but at least it's a second opinion. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7a06355..7d21caa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ dist: focal language: c compiler: - clang + - gcc script: - make addons: -- cgit v1.3-2-g0d8e