Add fakeroot to try to make travis happy
This commit is contained in:
parent
6abcebd0e4
commit
324491b0e6
|
@ -16,7 +16,7 @@ matrix:
|
|||
before_install:
|
||||
- if [ `uname` = "Linux" ]; then
|
||||
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
|
||||
brew update;
|
||||
brew install -v librtlsdr;
|
||||
|
|
Loading…
Reference in a new issue