mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-21 03:27:25 -06:00
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).
This commit is contained in:
parent
420ae2218a
commit
a0c93aafc0
@ -1,4 +1,9 @@
|
|||||||
sudo: required
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- expect-dev # provides unbuffer utility
|
||||||
|
- python-lxml # because pip installation is slow
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
|
Loading…
Reference in New Issue
Block a user