Skip to content

Commit

Permalink
adding more packages, maybe one of them works
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed May 3, 2020
1 parent c7ca407 commit a0bab4b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a0bab4b

Please sign in to comment.