Add fakeroot to try to make travis happy

This commit is contained in:
Oliver Jowett 2019-03-04 15:31:24 +00:00
parent 6abcebd0e4
commit 324491b0e6

View file

@ -16,7 +16,7 @@ matrix:
before_install: before_install:
- if [ `uname` = "Linux" ]; then - if [ `uname` = "Linux" ]; then
sudo apt-get update -qq; sudo apt-get update -qq;
sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config; sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config fakeroot;
elif [ `uname` = "Darwin" ]; then elif [ `uname` = "Darwin" ]; then
brew update; brew update;
brew install -v librtlsdr; brew install -v librtlsdr;