Test builds on OS X
authorEdward Vielmetti <edward.vielmetti@gmail.com>
Wed, 16 Sep 2015 03:57:17 +0000 (23:57 -0400)
committerAnthony Fok <foka@debian.org>
Wed, 16 Sep 2015 04:59:19 +0000 (22:59 -0600)
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

index 1ff7c8744003abb7bb2eef4f9206bcbbfe295993..1a10b4284fe465e9f4db0a2c17f28568c21fb04d 100644 (file)
@@ -3,6 +3,9 @@ go:
   - 1.4.2\r
   - 1.5\r
   - tip\r
+os:\r
+  - linux\r
+  - osx\r
 matrix:\r
   allow_failures:\r
     - go: tip\r