Fixed libtoxav build on Travis.
This commit is contained in:
parent
708f4d77aa
commit
976a5a9e22
@ -1,5 +1,12 @@
|
||||
language: c
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-sdk-team/ppa
|
||||
- sudo apt-get update -q
|
||||
|
||||
# install libtoxav dependencies
|
||||
- sudo apt-get install -y libopus-dev libvpx-dev
|
||||
|
||||
install:
|
||||
- _libsodium_version=0.7.0
|
||||
- _weechat_version=v1.0
|
||||
|
Loading…
Reference in New Issue
Block a user