Skip to content

Commit

Permalink
[MIG] Update metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Feb 28, 2020
1 parent 682853a commit 397448b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
- $HOME/.cache/pip

python:
- "3.5"
- "3.6"

addons:
postgresql: "9.6"
Expand All @@ -28,12 +28,12 @@ addons:

# set up an X server to run wkhtmltopdf.
#before_install:
# - "export DISPLAY=:912.0"
# - "export DISPLAY=:913.0"
# - "sh -e /etc/init.d/xvfb start"

env:
global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- VERSION="13.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='jjscarafia'
# to get secure, run 'travis encrypt TRANSIFEX_PASSWORD=[transifex_password] -r [github_repo]'
# example of github repo 'ingadhoc/odoo-infrastructure'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Runbot Status](http://runbot.adhoc.com.ar/runbot/badge/flat/21/12.0.svg)](http://runbot.adhoc.com.ar/runbot/repo/github-com-ingadhoc-account-analytic-21)
[![Build Status](https://travis-ci.org/ingadhoc/account-analytic.svg?branch=12.0)](https://travis-ci.org/ingadhoc/account-analytic)
[![Coverage Status](https://coveralls.io/repos/ingadhoc/account-analytic/badge.png?branch=12.0)](https://coveralls.io/r/ingadhoc/account-analytic?branch=12.0)
[![Runbot Status](http://runbot.adhoc.com.ar/runbot/badge/flat/21/13.0.svg)](http://runbot.adhoc.com.ar/runbot/repo/github-com-ingadhoc-account-analytic-21)
[![Build Status](https://travis-ci.org/ingadhoc/account-analytic.svg?branch=13.0)](https://travis-ci.org/ingadhoc/account-analytic)
[![Coverage Status](https://coveralls.io/repos/ingadhoc/account-analytic/badge.png?branch=13.0)](https://coveralls.io/r/ingadhoc/account-analytic?branch=13.0)
[![Code Climate](https://codeclimate.com/github/ingadhoc/account-analytic/badges/gpa.svg)](https://codeclimate.com/github/ingadhoc/account-analytic)

# ADHOC Account Analytic
Expand All @@ -12,7 +12,7 @@ ADHOC Odoo Account Analytic Related Addons

Translation Status
------------------
[![Transifex Status](https://www.transifex.com/projects/p/ingadhoc-account-analytic-12-0/chart/image_png)](https://www.transifex.com/projects/p/ingadhoc-account-analytic-12-0)
[![Transifex Status](https://www.transifex.com/projects/p/ingadhoc-account-analytic-13-0/chart/image_png)](https://www.transifex.com/projects/p/ingadhoc-account-analytic-13-0)

----

Expand Down

0 comments on commit 397448b

Please sign in to comment.