From a0bab4b0d3ed342e5de1d0ce9f3ae62a5536c333 Mon Sep 17 00:00:00 2001 From: Ninjani <> Date: Sun, 3 May 2020 17:34:54 +0200 Subject: [PATCH] adding more packages, maybe one of them works --- .travis.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84ffb4f..ef750c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,13 @@ sudo: required env: global: - CRATE_NAME=the-way - +addons: + apt: + packages: + - libxcb-dev + - xorg-dev + - libxcb-composite0-dev + - libxmu-dev matrix: # These are all the build jobs. Adjust as necessary. Comment out what you @@ -84,8 +90,6 @@ matrix: before_install: - set -e - rustup self update - - if [ $TRAVIS_OS_NAME = linux ]; then sudo apt-get install xorg-dev python3 python libxcb-composite0-dev; fi - - if [ $TRAVIS_OS_NAME = linux ]; then alias python3="python"; fi install: - sh ci/install.sh