From 76c6ffe1250aa5dcacbef544724f765aae8f59ca Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Mon, 28 Aug 2017 11:55:28 +0200 Subject: [PATCH] Change Travis CI container to FreeIPA-owned https://pagure.io/freeipa/issue/6874 Reviewed-By: Alexander Bokovoy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d780b036a..7deac8946 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: cache: pip env: global: - - TEST_RUNNER_IMAGE="martbab/freeipa-fedora-test-runner:master-latest" + - TEST_RUNNER_IMAGE="freeipa/freeipa-test-runner:master-latest" PEP8_ERROR_LOG="pep8_errors.log" CI_RESULTS_LOG="ci_results_${TRAVIS_BRANCH}.log" CI_BACKLOG_SIZE=5000