瀏覽代碼
Delete .travis.yml
tags/v2.2.8
SmallChi(Koike)
5 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
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 |