Skip to content

Commit

Permalink
ci: update dotnet-format
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 20, 2019
1 parent 6bd19c0 commit 120c1ee
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 @@ -25,7 +25,7 @@ before_install:
- sudo apt-get install -y powershell

install:
- dotnet tool install -g dotnet-format --version 3.1.37601
- dotnet tool install -g dotnet-format --version 4.0.40103 --add-source https://dotnet.myget.org/F/format/api/v3/index.json
- pwsh ./ci/Install-Minikube.ps1 -MinikubeVersion v1.2.0 -KubernetesVersion v1.16.0
- pwsh -c 'Install-Module -Force -Scope CurrentUser PSScriptAnalyzer'

Expand Down

0 comments on commit 120c1ee

Please sign in to comment.