mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 17:55:22 +00:00
Remove gnutls from the travis build
Causing spurious fails of ssl-opt.sh. Likely a version issue. It would be better to investigate the exact problem, and maybe adapt ssl-opt.sh to be check for a minimum version just as compat.sh does, but this is a quick fix.
This commit is contained in:
parent
015e48df6e
commit
4ed5df8a06
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
before_install: sudo apt-get update
|
before_install: sudo apt-get update
|
||||||
install: sudo apt-get install gnutls-bin valgrind perl
|
install: sudo apt-get install valgrind perl
|
||||||
script:
|
script:
|
||||||
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
||||||
- make
|
- make
|
||||||
|
|
Loading…
Reference in a new issue