Commit 016cbc05 authored by David Gibson's avatar David Gibson

.travis.yml: Correct additional packages list

The list of additional packages in our .travis.yml (mostly libraries needed
for specific modules) was incorrectly formatted.  So travis was attempting
to install the "libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev"
packagde (spaces included) which obviously didn't work.
Signed-off-by: default avatarDavid Gibson <david@gibson.dropbear.id.au>
parent 8cb4a3ed
......@@ -8,7 +8,10 @@ compiler:
addons:
apt:
packages:
- libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev
- libjudy-dev
- libvorbis-dev
- libportaudio-dev
- libtalloc-dev
script:
- make config.h
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment