diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-01-23 20:51:11 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-01-23 21:10:14 +0100 |
commit | 35f578a1b540925c088eefac183850e9bef9cbb3 (patch) | |
tree | 607d05076ae13585abd5f8f64b157f3a692fefcd /.travis.yml | |
parent | 710b0a26bd3f4048015ccc393c34ad2a725889eb (diff) | |
download | gnutls-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>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 |