]> git.sur5r.net Git - i3/i3lock/commitdiff
disable clang temporarily
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 17 Mar 2015 08:00:15 +0000 (09:00 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 17 Mar 2015 08:00:15 +0000 (09:00 +0100)
.travis.yml

index e4d777b0596c7783e7ba7292e91c58a0453c3005..9b4a9f6607423d565b8d2da8051c07236a50eadc 100644 (file)
@@ -1,7 +1,8 @@
 language: c
 compiler:
   - gcc
-  - clang
+# TODO: re-enable clang once libxkbcommon >= 0.5.0 can be installed from packages. Compiling libxkbcommon with clang fails in the libtool step.
+#  - clang
 before_install:
   # The travis VMs run on Ubuntu 12.04 which is very old and a huge pain to get
   # into a state where we can build a recent version of i3status :(.