From af6fb616d8804c00d01471d0e7d04da9ed4a097d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Fri, 7 Sep 2018 14:09:42 +0200 Subject: [PATCH] Specify osx as the travis os --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 60d6d34..7e30f98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +# Due to MK dependencies only macOS development is supported +os: osx language: go go: - 1.9.x