diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-02 10:32:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-02 12:50:30 +0200 |
commit | 1767adf4399bb3be29121435e1bb1cc2bc05f7bf (patch) | |
tree | 037c9363ff172ac12de0886c6064342e44ed5c75 | |
parent | 23b4a0521099e5f8fccbc7d38c93d24e0f1e963d (diff) |
travis: build osx with libressl too
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4fc9dcb67..c39071e7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,9 @@ matrix: compiler: gcc env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/openssl - os: osx + compiler: gcc + env: BUILD_TYPE=debug CONFIGURE=--with-ssl=/usr/local/opt/libressl + - os: osx compiler: clang env: BUILD_TYPE=normal - os: linux |