fix(ci): Update travis

This commit is contained in:
Michael Carlberg 2017-01-20 04:03:47 +01:00
parent f5adb8ace7
commit ca0d7345a1
1 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,8 @@
#!/bin/bash
if [ -z "$(ls -A "${DEPS_DIR}/xcb-util-xrm" 2>/dev/null)" ]; then
git clone --recursive https://github.com/Airblader/xcb-util-xrm
cd xcb-util-xrm || exit 1
./autogen.sh
cd xcb-util-xrm
./autogen.sh --prefix=/usr --libdir=/usr/lib
make
sudo make install
fi
cd "${DEPS_DIR}/xcb-util-xrm" || exit 1
make install