Try to get travis working again.

This commit is contained in:
Oliver Jowett 2016-01-21 18:35:41 +00:00
parent ecbdbf23d6
commit 5632a2ccdb

View file

@ -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