From d22c13e786e1bf8055afbf0ddb0c67f148355c83 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 14 May 2015 22:06:53 +0200 Subject: [PATCH] Update travis configuration Follow OCA/maintainer-quality-tools#187 and use addons/apt/package directive to install our build dependencies. This allows using container based Travis builds (which should be faster). --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0a30061ab..6ba25131a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,11 @@ # Config file .travis.yml -sudo: required +addons: + apt: + packages: + - expect-dev # provides unbuffer utility + - python-lxml # because pip installation is slow + language: python python: