Skip to content

Commit

Permalink
chore: only install avahi on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Apr 3, 2019
1 parent a754577 commit 621c694
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ os:
- osx

install:
- sudo apt-get install avahi-daemon
- sudo lsof -i :5353
- cat /etc/avahi/avahi-daemon.conf
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install avahi-daemon ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo lsof -i :5353 ; fi
- dotnet restore

script:
Expand Down

0 comments on commit 621c694

Please # to comment.