From 0e44308e65b5d4ba6b89e71e93189bcf217c9d9f Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Thu, 14 May 2015 22:13:31 +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 c05ace8a..a80115e5 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: