ソースを参照

Delete .travis.yml

tags/v2.2.8
SmallChi(Koike) 5年前
committed by GitHub
コミット
3a6a444350
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更0行の追加15行の削除
  1. +0
    -15
      .travis.yml

+ 0
- 15
.travis.yml ファイルの表示

@@ -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

読み込み中…
キャンセル
保存