From 2f83f2dd2e131be5ba769655480da0b5fe8c0dc3 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Thu, 10 Oct 2019 01:19:11 +0200 Subject: Add libxcb-xfixes0-dev as travis dependency Currently on Linux the CI is not building since it cannot fint xcb for linking. Installing it in the pre-install hook should make sure it's available when linking. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5238a26c..4232282b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: rust services: - docker +addons: + apt: + packages: + - libxcb-xfixes0-dev + git: depth: 1 -- cgit v1.2.3