add libavahi to travis

This commit is contained in:
walker0643 2018-02-24 15:23:53 -05:00
parent 0f42f82439
commit 15c83eca48
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libxtst-dev
- sudo apt-get install -qq qtdeclarative5-dev
- sudo apt-get install -qq libavahi-compat-libdnssd-dev
script: sh -x ./clean_build.sh
# skip install phase since we have a customized install package
# creation tool for each supported platform