From 040183d001d4b30a14020875e73d2b71aa7b3356 Mon Sep 17 00:00:00 2001 From: Joseph Donofry <joedonofry@gmail.com> Date: Tue, 10 Dec 2019 21:18:08 -0500 Subject: [PATCH] Unfix travis docker image --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a3c8bf7b..166129111 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ script: -e CC_VERSION=${CC_VERSION} \ -e COVERAGE=${COVERAGE} \ -e TRAVIS_OS_NAME=${TRAVIS_OS_NAME} \ - nhekoreborn/mtxclient \ + nheko-reborn/mtxclient \ /bin/bash -c "./.ci/script.sh" fi @@ -67,7 +67,7 @@ after_success: - | if [ $COVERAGE == ON ]; then docker run -v `pwd`:/build \ - --net=host nhekoreborn/mtxclient \ + --net=host nheko-reborn/mtxclient \ /bin/bash -c "make -C build -j1 test_coverage && ./.ci/coverage.sh" && \ bash <(curl -s https://codecov.io/bash) -f "!*tests*" || echo "Codecov failed" fi -- GitLab