瀏覽代碼

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

Loading…
取消
儲存