Avoid using openssl too much on travis for now

Apparently the version of openssl available on travis machines does not
support all the ciphersuites expected by compat.sh. While waiting for this
script to handle various openssl versions better, just disable openssl.
This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-04 15:24:26 +02:00
parent 4268ae046b
commit 517bbd54d5

View file

@ -8,7 +8,7 @@ script:
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make
- make test
- tests/compat.sh
- tests/compat.sh -p mbedtls
- tests/ssl-opt.sh
- tests/scripts/test-ref-configs.pl
env: