diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..86b0d677 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: csharp +mono: none +dotnet: 2.1 +before_script: +- cd src +- dotnet restore +script: +- dotnet build --no-restore --no-incremental +- dotnet test \ No newline at end of file