travis: don't build wlc, depend on wlc-git instead

This commit is contained in:
Mikkel Oscar Lyderik 2016-01-23 15:00:26 +01:00
parent 6a5acde592
commit a3f809d95d
2 changed files with 3 additions and 25 deletions

View file

@ -11,23 +11,17 @@ arch:
- cmake
- xorg-server-xwayland
- asciidoc
- pcre
- json-c
- pixman
- wayland
- libxkbcommon
- libinput
- libx11
- libxcb
- xcb-util-image
- libgl
- mesa
- pango
- cairo
- gdk-pixbuf2
- xcb-util-wm
- wlc-git
script:
- "bash .ci/build.sh"
- "cmake ."
- "make"
script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"