Skip to content

Commit

Permalink
Remove sudo requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed May 14, 2015
1 parent 2b7302d commit f584af1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
@@ -1,8 +1,13 @@
sudo: required
language: python
python:
- "2.7"

addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow

env:
- VERSION="7.0" ODOO_REPO="odoo/odoo"
- VERSION="7.0" ODOO_REPO="OCA/OCB"
Expand Down

0 comments on commit f584af1

Please sign in to comment.