From 21a28e992d7bdf10ef1d9eec6ca5eda6bb400879 Mon Sep 17 00:00:00 2001 From: Mateusz Gajewski Date: Sat, 10 Dec 2016 22:53:58 +0100 Subject: [PATCH] Build on osx/linux --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index a731c6c..4f06e89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ language: go +os: + - linux + - osx + go: - tip