From f886b0eed132310a796d19c3f51458f27242a751 Mon Sep 17 00:00:00 2001 From: Christian Kratky Date: Fri, 1 Sep 2017 18:19:59 +0200 Subject: [PATCH] Fix travis file... --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1171f1c..20652db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ solution: MQTTnet.sln matrix: include: - dotnet: 1.0.1 + - 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 \ No newline at end of file + - mono: latest \ No newline at end of file