From a6da6b73ca480cfa6fe8d0a882f4ff549d46fcff Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 9 Feb 2018 09:12:47 +0100 Subject: [PATCH] Revert ".travis.yml: remove osx from build matrix." Recent changes seem to have gotten OS X back on track, so we should be able to run our tests there again. This reverts commit e12e903e9ac675d08f9dd0db1f0c1a2049232c21. Reviewed-by: Andy Polyakov (Merged from https://github.com/openssl/openssl/pull/5292) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cfc11b6851..0586fb3e51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,7 @@ addons: os: - linux + - osx compiler: - clang -- 2.34.1