Skip to content

Commit

Permalink
[FIX] .travis.yml: Updated to latest template
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Aug 19, 2019
1 parent 8817879 commit 70ed131
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ sudo: false
cache: pip

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

language: python

Expand All @@ -14,19 +14,13 @@ python:

env:
global:
- VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: HBPdm9kIvz1Ja+r5cZdn7EuvCzZLHy102p9MEfG/9L96NwDdhOjbJGftvrtn0eRkbEO4Lb15J6ZMwm/qlwIz6uCme/NbfkFutDPjnpIucxoNt0y99KJHRPAD1untGA8IkgRlspve4DL7Yxi+lb9xTaILjtJ4hTO2CGHFyY6MpLo=
- VERSION="10.0" TESTS="0" LINT_CHECK="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"

virtualenv:
system_site_packages: true

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
Expand Down

0 comments on commit 70ed131

Please sign in to comment.