Update .travis.yml

This commit is contained in:
Ivan Bushchik 2022-02-09 16:19:03 +03:00 committed by GitHub
parent f091793f7a
commit 7fb28fb9af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,6 @@
language: vbnet
language: csharp
solution: roulette.sln
dotnet: 6.0.2
script:
- dotnet restore
- dotnet build