Skip to content

Commit

Permalink
Merge 20a3792 into 3eeb762
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-teruel committed Sep 2, 2019
2 parents 3eeb762 + 20a3792 commit 7c1bb88
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
language: python
sudo: false
cache: pip

python:
- "3.5"

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

language: python

python:
- "3.5"

env:
global:
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: Ngx9QgmFHDds9g9mLlAhlot4mt6/VYb+rnTd4qTm9J2OOQHJOgv4qY81ZiHD3qQrS0WTx9CvZZiTFOSxu8CsFfwJZ+o0cROlbPuUPJPltE/AQphkGwD1y0MGQJgrRLnqWxodjNT0zkDvhyQ127X7QkMW4GRI7Hrrrfiz81riMX8=
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" MAKEPOT="0"

matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
- TESTS="1" ODOO_REPO="OCA/OCB"


Expand Down

0 comments on commit 7c1bb88

Please sign in to comment.