Skip to content

Commit cfdf8e8

Browse files
authored
Merge pull request #3474 from JoeRobich/update-travis
Install .NET Core SDK 3.1
2 parents 12f8bf6 + de883c9 commit cfdf8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ before_install:
1717
- sudo dpkg -i packages-microsoft-prod.deb
1818
- sudo apt-get install apt-transport-https
1919
- sudo apt-get update
20-
- sudo apt-get install dotnet-sdk-2.2
20+
- sudo apt-get install dotnet-sdk-3.1
2121
- sudo apt install xvfb
2222

2323
addons:

0 commit comments

Comments
 (0)