Browse Source
Merge pull request #168 from KolushovAlexandr/12.0-travis_version_update
🛡️ travis version updating
pull/161/head
Ivan Yelizariev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
@ -17,7 +17,7 @@ addons: |
|
|
|
|
|
|
|
|
env: |
|
|
env: |
|
|
global: |
|
|
global: |
|
|
- VERSION="11.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0" |
|
|
|
|
|
|
|
|
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" UNIT_TEST="0" |
|
|
- EXCLUDE="hw_printer_network" |
|
|
- EXCLUDE="hw_printer_network" |
|
|
- PYLINT_ODOO_JSLINTRC="/home/travis/maintainer-quality-tools/travis/cfg/.jslintrc" |
|
|
- PYLINT_ODOO_JSLINTRC="/home/travis/maintainer-quality-tools/travis/cfg/.jslintrc" |
|
|
- TRANSIFEX_USER='i18n-bot@it-projects.info' |
|
|
- TRANSIFEX_USER='i18n-bot@it-projects.info' |
|
|