Skip to content

Commit

Permalink
Merge 1005fc3 into f973fc6
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Sep 2, 2019
2 parents f973fc6 + 1005fc3 commit b6d7b71
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .travis.yml
Expand Up @@ -7,34 +7,25 @@ sudo: false
cache: pip

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

env:
global:
- VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: FFyWAwM7PmCbOI8lSIFNkDknkspQQv3sD8aKyz5tTPtAmLdALEj+MaPsuZJS9PoHzqjrylrhHEg+lB5lNjHR+3t2oOgHZb44l+mob22N6WDB5nag11jnBI+q0hGEHrbYNe5r3mnNvUQKXSfmjyKE181755fnOvhc88x5DnHXo0Q=

- VERSION="10.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- PHANTOMJS_VERSION="latest"

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:
- pip install unicodecsv
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone --depth=1 https://github.com/OCA/partner-contact.git ${HOME}/partner-contact
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
# example: dependency
- git clone --depth=1 https://github.com/OCA/web -b ${VERSION} $HOME/web

script:
- travis_run_tests
Expand Down

0 comments on commit b6d7b71

Please sign in to comment.