diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..6bd9861 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: csharp +solution: EternalArrowBackup.sln +mono: none +dotnet: 1.0.3 +dist: trusty +script: + - dotnet test --filter Category!=Integration tests\ContentTransformer\ClearText\EternalArrowBackup.ContentTransformer.ClearText.Tests.csproj + - dotnet test --filter Category!=Integration tests\Hasher\SHA1\EternalArrowBackup.Hasher.SHA1.Tests.csproj