mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-24 16:06:26 -05:00
disable clang temporarily
This commit is contained in:
parent
8156de120a
commit
de152b1f29
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- 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:
|
before_install:
|
||||||
# The travis VMs run on Ubuntu 12.04 which is very old and a huge pain to get
|
# 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 :(.
|
# into a state where we can build a recent version of i3status :(.
|
||||||
|
|
Loading…
Add table
Reference in a new issue