aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2015-02-16 15:52:48 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2015-02-17 11:34:48 +0000
commit4ed5df8a06d6d863cf9d54a13a687cb196d7d2c9 (patch)
tree836c4fbc25bd5487d26141d639266cc161c70735
parent015e48df6e2f15275161012fbb2544ce0a84c752 (diff)
downloadmbedtls-4ed5df8a06d6d863cf9d54a13a687cb196d7d2c9.zip
mbedtls-4ed5df8a06d6d863cf9d54a13a687cb196d7d2c9.tar.gz
mbedtls-4ed5df8a06d6d863cf9d54a13a687cb196d7d2c9.tar.bz2
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f100c3..0a51e7e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ compiler:
- clang
- gcc
before_install: sudo apt-get update
-install: sudo apt-get install gnutls-bin valgrind perl
+install: sudo apt-get install valgrind perl
script:
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make