language: csharp solution: api.syski.co.uk.sln mono: none dotnet: 2.1.504 install: - dotnet restore "csharp/csharp.csproj" script: - dotnet build "csharp/csharp.csproj" after_success: - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh - chmod +x send.sh - ./send.sh success $WEBHOOK_URL after_failure: - wget https://raw.githubusercontent.com/DiscordHooks/travis-ci-discord-webhook/master/send.sh - chmod +x send.sh - ./send.sh failure $WEBHOOK_URL