diff --git a/.travis.yml b/.travis.yml index 145e9909f0..fbc44a0a67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,5 @@ language: csharp -solution: framework/Volo.Abp.sln \ No newline at end of file +mono: none +dotnet: 2.1.300 +script: + - dotnet build framework/Volo.Abp.sln \ No newline at end of file