diff --git a/.travis.yml b/.travis.yml index bba31b0..934286b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: - dotnet restore before_script: | - echo "Installing docfx..." && wget "https://github.com/dotnet/docfx/releases/download/v2.56.4/docfx.zip" && unzip -q -d ./docfx + echo "Installing docfx..." && wget -q "https://github.com/dotnet/docfx/releases/download/v2.56.4/docfx.zip" && unzip docfx.zip -q -d ./docfx script: - dotnet build RomanizationNet.sln --configuration Release --no-restore