From: Edward Vielmetti Date: Wed, 16 Sep 2015 03:57:17 +0000 (-0400) Subject: Test builds on OS X X-Git-Tag: v0.15~163 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b5b8cc9b;p=brevno-suite%2Fhugo Test builds on OS X Add an "os" target for OS X to test builds on Mac. No reason to believe it won't work, but always worth testing things. --- diff --git a/.travis.yml b/.travis.yml index 1ff7c874..1a10b428 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ go: - 1.4.2 - 1.5 - tip +os: + - linux + - osx matrix: allow_failures: - go: tip