From a6ce8a8650db16f8a98666fff76a29e9f4de0b16 Mon Sep 17 00:00:00 2001 From: Ed Cook Date: Wed, 11 Sep 2019 10:03:10 +0100 Subject: [PATCH] Add osx testing to travis-ci Linux was the previous default --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f46e818..8c0b565 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ --- language: go +os: +- linux +- osx + go: - "1.13"