diff --git a/.travis.yml b/.travis.yml index 1a3c8bf7b7c11a9da438fc6c800b14973ef99ef4..1661291115c0547fe0a9ca0df119a4acab7e9383 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