ソースを参照

Add travis file

release/3.x.x
Christian Kratky 7年前
コミット
85f1a31be3
1個のファイルの変更10行の追加0行の削除
  1. +10
    -0
      travis.yaml

+ 10
- 0
travis.yaml ファイルの表示

@@ -0,0 +1,10 @@
language: csharp
solution: MQTTnet.sln

matrix:
include:
dotnet: 1.0.1
mono: none
dist: trusty
env: DOTNETCORE=1 # optional, can be used to take different code paths in your script
mono: latest

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