From ba975e41124eac6543059fd650feef1a1ec774c8 Mon Sep 17 00:00:00 2001 From: Kevin Petit Date: Tue, 6 Nov 2018 19:38:07 +0000 Subject: [PATCH] Add OSX to the list of Travis CI OSes Signed-off-by: Kevin Petit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 26afafb4..f3ca3062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: cpp os: - linux + - osx script: - export TOP=$(pwd)