build: Update .travis.yml with apt dependencies

Former-commit-id: 0ae6f48d08aba10425f6ceeac9384068ab496bcf
This commit is contained in:
Michel Heily 2020-01-17 12:44:21 +02:00
parent 4cb7abee52
commit da7f66890d

View file

@ -5,5 +5,11 @@ rust:
- nightly
matrix:
allow_failures:
- rust: nightly
- rust: stable
- rust: beta
fast_finish: true
cache: cargo
before_install:
- sudo apt-get update
- sudo apt-get -y install xorg-dev
- sudo apt-get -y install libsdl2-dev libsdl2-image-dev