Skip to content

Commit 10cfc13

Browse files
committed
More build deps
1 parent bd50f5d commit 10cfc13

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
@@ -16,7 +16,7 @@ matrix:
1616
before_install:
1717
- if [ `uname` = "Linux" ]; then
1818
sudo apt-get update -qq;
19-
sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config fakeroot;
19+
sudo apt-get install -y build-essential debhelper librtlsdr-dev libusb-1.0-0-dev pkg-config fakeroot libbladerf-dev dh-systemd;
2020
elif [ `uname` = "Darwin" ]; then
2121
brew update;
2222
brew install -v librtlsdr;

0 commit comments

Comments
 (0)