diff --git a/.travis.yml b/.travis.yml index 59640ef..f970b52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ solution: source/CodeMate.sln script: - dotnet restore - dotnet build - - dotnet test source/CodeMate.SampleLib.Tests + - dotnet test source/CodeMate.SampleLib.Tests/CodeMate.SampleLib.Tests.csproj notifications: email: false \ No newline at end of file