From 3a6a4443501f6faee470ed108f0c52d42407877e Mon Sep 17 00:00:00 2001 From: "SmallChi(Koike)" <564952747@qq.com> Date: Mon, 3 Feb 2020 18:05:01 +0800 Subject: [PATCH] Delete .travis.yml --- .travis.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cb35104..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: csharp -solution: JT808.Protocol.sln -dotnet: 3.1.101 -os: linux -mono: none -dist: trusty2 -script: - - dotnet restore src/JT808.Protocol.sln - - dotnet build src/JT808.Protocol.Test/JT808.Protocol.Test.csproj - - dotnet test src/JT808.Protocol.Test/JT808.Protocol.Test.csproj -after_success: - - echo successful build! -branches: - only: - - master