Add libgtk-3-dev to Travis

This commit is contained in:
Tad Hardesty 2018-08-29 10:29:08 -07:00
parent e801b281f1
commit e849bed5bc

View file

@ -8,6 +8,10 @@ env:
- BUILD_POSTFIX: "--all"
- BUILD_POSTFIX: "--all --release"
cache: cargo
addons:
apt:
packages:
- libgtk-3-dev
install:
- rustc -Vv
- cargo -V