diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4805b20..0000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: csharp -dist: xenial -os: - - linux - - osx -mono: latest -dotnet: 3.1.101 - -cache: - directories: - - tools - -env: - global: - - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - -git: - depth: false - -branches: - only: - - master - - develop - - /release\/.*/ - - /hotfix\/.*/ - - /feature\/.*/ - - /bugfix\/.*/ - -script: - - ./build.sh