diff --git a/.travis.yml b/.travis.yml index 46f63da1..96f2b507 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,11 +13,10 @@ addons: - autoconf - automake - autotools-dev + - autopoint - libtool - pkg-config - - libgnutls-dev - - nettle-dev - - libgmp-dev + - libssl-dev - libc-ares-dev - libxml2-dev - zlib1g-dev @@ -34,4 +33,5 @@ before_script: - ./configure script: - make - - make check +# libcppunit-dev has not been white listed yet. +# - make check