diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ec27fbd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: csharp +solution: BunqSdk.sln +dotnet: 1.1.4 + +git: + submodules: false + +script: + - cd BunqSdk.Tests + - dotnet test