summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Antti Korpi2020-01-13 15:26:35 +0100
committerGravatar Antti Korpi2020-01-13 15:26:35 +0100
commitb2abbdc3ec790368ae3ac2d22934a1b07b935a0b (patch)
tree3f36398ecc690805b3fa889cfe8afa8373353e4f
parent9357cda361dab6b1c8547571d90dbff6cd712031 (diff)
downloadxkbcat-b2abbdc3ec790368ae3ac2d22934a1b07b935a0b.tar.gz
xkbcat-b2abbdc3ec790368ae3ac2d22934a1b07b935a0b.zip
Debugging Travis again: Try both clang and gcc
I have no idea how the build is failing with the $(CC) change. Flags look the same. Only difference is it's defaulting to gcc. Let's see if this changes anything.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 53ce843..68afaf9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
dist: bionic
language: c
+compiler:
+ - gcc
+ - clang
script:
- make
addons: