Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Remove MyGet source
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzhang committed Oct 22, 2019
1 parent 8e581ba commit 8f9303a
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 @@ -8,7 +8,7 @@ mono: none
dotnet: 3.0.100

install:
- dotnet tool install -g dotnet-format --version 4.0.40103 --add-source https://dotnet.myget.org/F/format/api/v3/index.json
- dotnet tool install -g dotnet-format
- export PATH="$PATH:$HOME/.dotnet/tools"
- dotnet-format --version
before_script:
Expand Down

0 comments on commit 8f9303a

Please sign in to comment.