summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-23 20:51:11 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-23 21:10:14 +0100
commit35f578a1b540925c088eefac183850e9bef9cbb3 (patch)
tree607d05076ae13585abd5f8f64b157f3a692fefcd
parent710b0a26bd3f4048015ccc393c34ad2a725889eb (diff)
downloadgnutls-35f578a1b540925c088eefac183850e9bef9cbb3.tar.gz
.travis.yml: avoid installing submodules
They are not necessary for building and testing the basic test suite. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 017a3788fe..466146c396 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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