Try to get travis working again.
This commit is contained in:
parent
ecbdbf23d6
commit
5632a2ccdb
|
@ -4,9 +4,11 @@ os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ `uname` = "Linux" ]; then
|
- if [ `uname` = "Linux" ]; then
|
||||||
sudo add-apt-repository ppa:gqrx/releases -y;
|
|
||||||
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;
|
||||||
elif [ `uname` = "Darwin" ]; then
|
elif [ `uname` = "Darwin" ]; then
|
||||||
|
@ -20,4 +22,4 @@ script:
|
||||||
elif [ `uname` = "Darwin" ]; then
|
elif [ `uname` = "Darwin" ]; then
|
||||||
make;
|
make;
|
||||||
make test;
|
make test;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue