From 49652b72285102fc73d5ea0ab11101155ece2bf9 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 9 Oct 2015 12:13:58 +1030 Subject: [PATCH] Travis: upgrade, try using apt dependencies. I've filed bugs to get those dev packages whitelisted: https://github.com/travis-ci/apt-package-whitelist/issues/1366 https://github.com/travis-ci/apt-package-whitelist/issues/1367 https://github.com/travis-ci/apt-package-whitelist/issues/1368 https://github.com/travis-ci/apt-package-whitelist/issues/1369 Signed-off-by: Rusty Russell --- .travis.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 249eac71..ef1247ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,10 @@ language: c +sudo: false -install: - - sudo apt-get update -qq - # jset, jmap - - sudo apt-get install libjudy-dev - # wwviaudio - - sudo apt-get install libvorbis-dev libportaudio-dev - # tal - - sudo apt-get install libtalloc-dev +addons: + apt: + packages: + - libjudy-dev libvorbis-dev libportaudio-dev libtalloc-dev script: - make -- 2.39.2