summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorEdward Vielmetti <edward.vielmetti@gmail.com>2015-09-15 23:57:17 -0400
committerAnthony Fok <foka@debian.org>2015-09-15 22:59:19 -0600
commitb5b8cc9bd369b3792efb6c3d0c338ff30705607a (patch)
tree35fe34c158680e3a1a354e3c6d3fbc44e335cd5d /.travis.yml
parentc2a7c456cc6e43f723c66cd7470243000524ef8c (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
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