Skip to content

Commit

Permalink
Fixed .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Oct 20, 2020
1 parent d980605 commit 8259117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8259117

Please sign in to comment.