summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Antti Korpi2020-12-13 15:01:26 +0100
committerGravatar Antti Korpi2020-12-13 15:08:08 +0100
commit620fed02671d624b74b7f8e54987e2ae5572019b (patch)
tree15d1181696b6d34b58bb751a0fa2c5a6a2ce9074
parent376d91b2a1b38dd8ea80d57bb6a34049b062be7e (diff)
downloadxkbcat-620fed02671d624b74b7f8e54987e2ae5572019b.tar.gz
xkbcat-620fed02671d624b74b7f8e54987e2ae5572019b.zip
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.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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: