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

Fix travis.yml syntax issue

parent 54c4368d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,10 @@ matrix:
- COVERAGE=ON
install:
if [ "$TRAVIS_OS_NAME" = "linux" ]; then docker build -t nheko-reborn/mtxclient -f Dockerfile . ; fi
- |
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
docker build -t nheko-reborn/mtxclient -f Dockerfile .
fi
- ./.ci/install.sh
......
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