build: Update .travis.yml with apt dependencies
Former-commit-id: 0ae6f48d08aba10425f6ceeac9384068ab496bcf
This commit is contained in:
parent
4cb7abee52
commit
da7f66890d
|
@ -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
|
||||
|
|
Reference in a new issue