diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-21 16:14:32 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-21 16:42:52 +0200 |
commit | 0e452947a2e822c2ea042fbe7991cab61aa4efb3 (patch) | |
tree | 5b93ec0bc8bf40ec49702ad55cc295779df9791a /.travis.yml | |
parent | 6426fe1e8dcf29a1cd5f3a6cef04beb9f2a894b2 (diff) | |
download | gnutls-0e452947a2e822c2ea042fbe7991cab61aa4efb3.tar.gz |
.travis.yml: do not run the public submodule checks of maint.mk
These seem to be problematic to detect modification and are preventing
the CI from operating.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f4d0ae7782..0083c3573e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,4 +24,4 @@ script: - PATH=/usr/local/opt/gettext/bin:$PATH make autoreconf && rm -f tests/suite/mini-eagain2.c - PATH=/usr/local/opt/gettext/bin:$PATH ./configure --disable-valgrind-tests --disable-doc --disable-guile --without-p11-kit --disable-dependency-tracking - make -j4 - - make check -j4 + - make -j4 check gl_public_submodule_commit= |