From f7c15413e0606e7478d767eab96d39fd76f70fc1 Mon Sep 17 00:00:00 2001 From: Ninjani <> Date: Sun, 3 May 2020 17:57:49 +0200 Subject: [PATCH] moar (see https://github.com/aweinstock314/rust-clipboard/issues/67) --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 05cb898..31038e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,10 @@ addons: - xorg-dev - libxcb-composite0-dev - libx11-xcb-dev + - libxcb1-dev + - libxcb-render0-dev + - libxcb-shape0-dev + - libxcb-xfixes0-dev - python3 - python - libgl1-mesa-dev