Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
makepot 13.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 6, 2019
1 parent bae8841 commit ae6dfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion travis/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def main(argv=None):
and os.environ.get('TRAVIS_REPO_SLUG', '').startswith('OCA/')
and (
os.environ.get('TRAVIS_BRANCH')
in ('8.0', '9.0', '10.0', '11.0', '12.0')
in ('8.0', '9.0', '10.0', '11.0', '12.0', '13.0')
or "ocabot-merge" in os.environ.get('TRAVIS_BRANCH', '')
)
and os.environ.get('TRAVIS_PULL_REQUEST') == 'false'
Expand Down
2 changes: 1 addition & 1 deletion travis/travis_run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if __name__ == '__main__':
and is_oca_project
and (
os.environ.get('TRAVIS_BRANCH')
in ('8.0', '9.0', '10.0', '11.0', '12.0')
in ('8.0', '9.0', '10.0', '11.0', '12.0', '13.0')
or "ocabot-merge" in os.environ.get('TRAVIS_BRANCH', '')
)
and not is_pull_request
Expand Down

0 comments on commit ae6dfd2

Please sign in to comment.