Explorar el Código

Add travis file

release/3.x.x
Christian Kratky hace 7 años
padre
commit
85f1a31be3
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      travis.yaml

+ 10
- 0
travis.yaml Ver fichero

@@ -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

Cargando…
Cancelar
Guardar