浏览代码

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

正在加载...
取消
保存