i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit de152b1f29c0a0c2214be0f6a521860be8bc6652
parent 8156de120af684db89724faf76dc2c9ebe50ae47
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Tue, 17 Mar 2015 09:00:15 +0100

disable clang temporarily

Diffstat:
M.travis.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -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 :(.