Skip to content

Commit 38c2632

Browse files
author
Ivo Stoilov (GitHub)
committed
Remove AVAHI usage
Remove libavahi-client-dev from Travis build configuration Related tasks APPLINK-30588 APPLINK-30975
1 parent 0dc62a3 commit 38c2632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ addons:
2727
- binutils
2828
before_install:
2929
- sudo apt-get -qq update
30-
- sudo apt-get -q -y install libavahi-client-dev bluez-tools sqlite3 libsqlite3-dev automake1.11
30+
- sudo apt-get -q -y install bluez-tools sqlite3 libsqlite3-dev automake1.11
3131
- wget http://archive.ubuntu.com/ubuntu/pool/main/l/lcov/lcov_1.11-3_all.deb
3232
- sudo dpkg -i lcov_1.11-3_all.deb
3333
script:

0 commit comments

Comments
 (0)