summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorUlf Wiger <ulf@feuerlabs.com>2015-08-18 08:01:25 +0200
committerUlf Wiger <ulf@feuerlabs.com>2015-08-18 08:01:25 +0200
commit1131b3798c79405279c1c542a2ea644f435cc76d (patch)
tree9aa3585fa83ef5d99dd196a204f2e6054bdbee99 /.travis.yml
parent136cae0df35d37179224d0697a745c56a37d6407 (diff)
downloadrvi_core-1131b3798c79405279c1c542a2ea644f435cc76d.tar.gz
try with libbluetooth-dev
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9950d1e..6db8506 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ addons:
apt:
packages:
- bluez
- - bluez-dev
+ - libbluetooth-dev
before_script:
- export PATH=$HOME/.local/bin:$PATH
- pip install -r requirements.txt --user `whoami`