Skip to content

Commit

Permalink
Use .NET Core 3.1 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Dec 6, 2019
1 parent 94e50b7 commit 50dc1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ env:
matrix:
include:
- os: linux
dotnet: 3.0
dotnet: 3.1
mono: none
sudo: required
env: DOTNETCORE=1 CONSOLE_FRAMEWORK=netcoreapp3.0
- os: osx
dotnet: 3.0.101
dotnet: 3.1.100
mono: none
env: DOTNETCORE=1 CONSOLE_FRAMEWORK=netcoreapp3.0
- os: linux
Expand Down

0 comments on commit 50dc1bd

Please sign in to comment.