SmallChi(Koike)
5 yıl önce
committed by
GitHub
ebeveyn
işleme
3a6a444350
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
0 ekleme ve
15 silme
-
.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 |