From b5b8cc9bd369b3792efb6c3d0c338ff30705607a Mon Sep 17 00:00:00 2001 From: Edward Vielmetti Date: Tue, 15 Sep 2015 23:57:17 -0400 Subject: [PATCH] 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. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1ff7c8744..1a10b4284 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