diff options
author | Richard Levitte <levitte@openssl.org> | 2018-02-09 09:12:47 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-02-09 10:03:40 +0100 |
commit | a6da6b73ca480cfa6fe8d0a882f4ff549d46fcff (patch) | |
tree | a27cc0d9e65061702c041db53aeb854051985d6b /.travis.yml | |
parent | CRYPTO_THREAD_run_once.pod: fix typo and punktuation (diff) | |
download | openssl-a6da6b73ca480cfa6fe8d0a882f4ff549d46fcff.tar.xz openssl-a6da6b73ca480cfa6fe8d0a882f4ff549d46fcff.zip |
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 <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5292)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |