From: Paul Brossier Date: Thu, 21 Apr 2016 20:32:45 +0000 (+0200) Subject: .travis.yml: added osx along linux X-Git-Tag: 0.4.4~300^2~281 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=82cdc9712b10b3e99894bb40c0c21a486e071e0e;p=aubio.git .travis.yml: added osx along linux --- diff --git a/.travis.yml b/.travis.yml index abc070e7..02c0c186 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: c sudo: false +os: + - linux + - osx + compiler: - gcc - clang