From 647b6395529e1c527e1c79504177a29039ab3b7d Mon Sep 17 00:00:00 2001 From: Olaf Seibert Date: Mon, 18 Dec 2017 14:59:45 +0100 Subject: [PATCH] Also build and test on osx. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8bad29..32e07df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: c dist: trusty install: false +os: + - linux + - osx compiler: - gcc - clang