Skip to content
Snippets Groups Projects
Verified Commit 040183d0 authored by Joe Donofry's avatar Joe Donofry
Browse files

Unfix travis docker image

parent 8c4a0103
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment