build: Update .travis.yml with apt dependencies
Former-commit-id: 0ae6f48d08aba10425f6ceeac9384068ab496bcf
This commit is contained in:
parent
4cb7abee52
commit
da7f66890d
1 changed files with 7 additions and 1 deletions
|
@ -5,5 +5,11 @@ rust:
|
||||||
- nightly
|
- nightly
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: nightly
|
- rust: stable
|
||||||
|
- rust: beta
|
||||||
fast_finish: true
|
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