From bbdd4ba7d82ae96b672d3189f73e1a9b516ba2fa Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 24 Nov 2016 18:20:17 +0100 Subject: [PATCH] TravisCI: check on OSX as well, test both gcc and clang. --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.travis.yml b/.travis.yml index 13db7db..770d96c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,12 @@ language: c +os: + - linux + - osx + +compiler: + - gcc + - clang + # before build script, run autoreconf before_script: autoreconf -fiv \ No newline at end of file