This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
disable clang temporarily
master
Michael Stapelberg
10 years ago
parent
8156de120a
commit
de152b1f29
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.travis.yml
+ 2
- 1
.travis.yml
View 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 :(.
Write
Preview
Loading…
Cancel
Save