From 09a05705493ddaa639e0e6b8f9acd413558f9363 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 14 May 2015 22:09:29 +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 608393e..d71b640 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ -sudo: required +addons: + apt: + packages: + - expect-dev # provides unbuffer utility + - python-lxml # because pip installation is slow + language: python python: