1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00

tweak travis config

This commit is contained in:
Wez Furlong 2018-02-20 12:48:15 -08:00
parent 2d45e25953
commit a86e81a796

View File

@ -5,10 +5,10 @@ rust:
- nightly
matrix:
allow_failures:
- rust: nightly
- rust: beta
script:
- cargo build --verbose --all
- cargo test --verbose --all
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libxcb-icccm4-dev libxcb-ewmh-dev libxcb-keysyms1-dev libfontconfig1-dev libfreetype6-dev
- sudo apt-get install -y libxcb-icccm4-dev libxcb-ewmh-dev libxcb-keysyms1-dev libfontconfig1-dev libfreetype6-dev libegl1-mesa-dev