]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.travis.yml: avoid installing submodules
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Jan 2019 19:51:11 +0000 (20:51 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 23 Jan 2019 20:10:14 +0000 (21:10 +0100)
They are not necessary for building and testing the basic
test suite.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.travis.yml

index 017a3788fe14b986745f5dedf373ef726539bb4c..466146c3963e06b6e272a8acdc725efbbafda6a9 100644 (file)
@@ -15,7 +15,6 @@ notifications:
 
 
 before_install:
-  - git submodule update --init
   - if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
         brew update;
         for pkg in autoconf automake autogen libtool nettle p11-kit libtasn1 gettext;do