Closed tjaskula closed 5 years ago
According to the following template
language: csharp jobs: include: - os: linux dotnet: 3.0.100 mono: none - os: osx osx_image: xcode11 dotnet: 3.0.100 mono: none sudo: false # use the new container-based Travis infrastructure script: - dotnet restore ./src/Vlingo.UUID.sln; dotnet build ./src/Vlingo.UUID.sln; dotnet test ./src/Vlingo.UUID.Tests/Vlingo.UUID.Tests.csproj; notifications: slack: vlingo-platform-net:kwiEEBuUpRnz2rYYYstTBpXr
related to #48
According to the following template