Skip to content

Commit

Permalink
[MIG] Update metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia committed Mar 12, 2020
1 parent 2279468 commit bbeb0e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
6 changes: 3 additions & 3 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/23/12.0.svg)](http://runbot.adhoc.com.ar/runbot/repo/github-com-ingadhoc-survey-23)
[![Build Status](https://travis-ci.org/ingadhoc/survey.svg?branch=12.0)](https://travis-ci.org/ingadhoc/survey)
[![Coverage Status](https://coveralls.io/repos/ingadhoc/survey/badge.png?branch=12.0)](https://coveralls.io/r/ingadhoc/survey?branch=12.0)
[![Runbot Status](http://runbot.adhoc.com.ar/runbot/badge/flat/23/13.0.svg)](http://runbot.adhoc.com.ar/runbot/repo/github-com-ingadhoc-survey-23)
[![Build Status](https://travis-ci.org/ingadhoc/survey.svg?branch=13.0)](https://travis-ci.org/ingadhoc/survey)
[![Coverage Status](https://coveralls.io/repos/ingadhoc/survey/badge.png?branch=13.0)](https://coveralls.io/r/ingadhoc/survey?branch=13.0)
[![Code Climate](https://codeclimate.com/github/ingadhoc/survey/badges/gpa.svg)](https://codeclimate.com/github/ingadhoc/survey)

# ADHOC Survey
Expand Down

0 comments on commit bbeb0e0

Please sign in to comment.