We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd50f5d commit 10cfc13Copy full SHA for 10cfc13
.travis.yml
@@ -16,7 +16,7 @@ matrix:
16
before_install:
17
- if [ `uname` = "Linux" ]; then
18
sudo apt-get update -qq;
19
- sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config fakeroot;
+ sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config fakeroot libbladerf-dev dh-systemd;
20
elif [ `uname` = "Darwin" ]; then
21
brew update;
22
brew install -v librtlsdr;
0 commit comments