From 4110f984807cfe372fdc80fd71ac55c0b8098db4 Mon Sep 17 00:00:00 2001 From: Timon Tschanz Date: Mon, 7 Jan 2019 17:17:34 +0100 Subject: [PATCH] set boto cfg --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04015e8..7f1a418 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ env: - TESTS="1" ODOO_REPO="OCA/OCB" global: - VERSION="11.0" LINT_CHECK="0" TESTS="0" - + - BOTO_CONFIG="/dev/null" install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}