Skip to content

Commit

Permalink
Install .net sdk 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Nov 26, 2020
1 parent 3148b01 commit a18ea7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ script:
- dotnet build -c Release ./FSharpPlus.sln
- dotnet test -c Release tests/FSharpPlus.Tests
- ./docsrc/tools/download_nugets.sh
- sudo apt-get install -y dotnet-sdk-3.1 # F# Formatting
- dotnet run -c Release --project ./docsrc/tools

env:
Expand Down

0 comments on commit a18ea7d

Please sign in to comment.