diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b037fad --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: csharp +mono: none +dotnet: 5.0.103 +dist: xenial +install: +- dotnet restore ./src/GraphQL.sln +script: +- dotnet build ./src/GraphQL.sln \ No newline at end of file