diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1b79c5b0..e8d89347 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,6 +72,8 @@ matrix: packages: - gcc-multilib + # LibreSSL + - env: BUILD_LIBRESSL_VERSION=2.5.0 before_install: - ./openssl/test/build.sh @@ -83,4 +85,5 @@ script: cache: cargo: true directories: + - $HOME/libressl - $HOME/openssl |