Skip to content

Commit

Permalink
Update travis configuration
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
gurneyalex committed May 14, 2015
1 parent 77ee89e commit 476dfd7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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:
Expand Down

0 comments on commit 476dfd7

Please sign in to comment.