From 1a8ecf8b9da1fb5306e149e83128fc447957d2a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 6 Jun 2016 00:02:38 +0200 Subject: [PATCH] Test on both Linux and OSX --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index eeefefa..b52758e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ go: - 1.6.2 - tip +os: + - linux + - osx + matrix: allow_failures: - go: tip