diff --git a/.travis.yml b/.travis.yml index 8a9b0cc..de6a95a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,6 @@ -language: vbnet +language: csharp +solution: roulette.sln +dotnet: 6.0.2 +script: + - dotnet restore + - dotnet build