From 6fd77c2d506cf499a3064b1088c4be14ebf71cb5 Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Tue, 13 Aug 2019 17:19:24 +0200 Subject: [PATCH] add xcb libraries/headers to ci build environment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 442d5c4..7598821 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: - rust: beta before_install: - - sudo apt-get install -y libasound2-dev libdbus-1-dev + - sudo apt-get install -y libasound2-dev libdbus-1-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev script: - cargo build # - rustup component add clippy rustfmt