Commit 21f763c8 authored by Luca Boccassi's avatar Luca Boccassi

Problem: libbsd not used on Travis

Solution: add it to one build to exercise all the code paths
parent 9d2899af
...@@ -92,6 +92,7 @@ matrix: ...@@ -92,6 +92,7 @@ matrix:
- libpgm-dev - libpgm-dev
- libsodium-dev - libsodium-dev
- libnss3-dev - libnss3-dev
- libbsd-dev
- env: BUILD_TYPE=default CURVE=libsodium DRAFT=enabled - env: BUILD_TYPE=default CURVE=libsodium DRAFT=enabled
os: osx os: osx
- env: BUILD_TYPE=default CURVE=tweetnacl DRAFT=enabled ADDRESS_SANITIZER=enabled - env: BUILD_TYPE=default CURVE=tweetnacl DRAFT=enabled ADDRESS_SANITIZER=enabled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment