mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
Merge pull request #87 from akretion/fix-travis
FIX travis config in intrastat repo
This commit is contained in:
30
.travis.yml
30
.travis.yml
@@ -1,9 +1,6 @@
|
||||
language: python
|
||||
sudo: false
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
cache: pip
|
||||
|
||||
python:
|
||||
- "3.5"
|
||||
@@ -26,37 +23,16 @@ addons:
|
||||
# https://github.com/travis-ci/apt-package-whitelist/blob/master/ubuntu-precise
|
||||
# - wkhtmltopdf # only add if needed and check the before_install section below
|
||||
|
||||
# set up an X server to run wkhtmltopdf.
|
||||
#before_install:
|
||||
# - "export DISPLAY=:99.0"
|
||||
# - "sh -e /etc/init.d/xvfb start"
|
||||
|
||||
env:
|
||||
global:
|
||||
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
|
||||
- VERSION="12.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
|
||||
- TRANSIFEX_USER='transbot@odoo-community.org'
|
||||
# This line contains the encrypted transifex password
|
||||
# To encrypt transifex password, install travis ruby utils with:
|
||||
# $ gem install travis --user-install
|
||||
# and use:
|
||||
# $ travis encrypt TRANSIFEX_PASSWORD=your-password -r owner/project
|
||||
# Secure list for current OCA projects is in https://github.com/OCA/maintainer-quality-tools/issues/194
|
||||
- secure: PjP88tPSwimBv4tsgn3UcQAD1heK/wcuSaSfhi2xUt/jSrOaTmWzjaW2gH/eKM1ilxPXwlPGyAIShJ2JJdBiA97hQufOeiqxdkWDctnNVVEDx2Tk0BiG3PPYyhXPgUZ+FNOnjZFF3pNWvzXTQaB0Nvz8plqp93Ov/DEyhrCxHDs=
|
||||
# Use the following lines if you need to manually change the transifex project slug or/and the transifex organization.
|
||||
# The default project slug is owner-repo_name-version (with dash in the version string).
|
||||
# The default organization is the owner of the repo.
|
||||
# The default fill up resources (TM) is True.
|
||||
# The default team is 23907. https://www.transifex.com/organization/oca/team/23907/
|
||||
# - TRANSIFEX_PROJECT_SLUG=
|
||||
# - TRANSIFEX_ORGANIZATION=
|
||||
# - TRANSIFEX_FILL_UP_RESOURCES=
|
||||
# - TRANSIFEX_TEAM=
|
||||
|
||||
matrix:
|
||||
- LINT_CHECK="1"
|
||||
- TRANSIFEX="1"
|
||||
- TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1"
|
||||
- TESTS="1" ODOO_REPO="OCA/OCB"
|
||||
- TESTS="1" ODOO_REPO="odoo/odoo"
|
||||
# either use the two lines above or the two below. Don't change the default if
|
||||
# it's not necessary (it is only necessary if modules in your repository can't
|
||||
# be installed in the same database. And you get a huge speed penalty in your
|
||||
|
||||
Reference in New Issue
Block a user