summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-18 09:36:55 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-09-18 09:37:22 +0200
commitdd4729a036410339e1bd513fdf5c1042c251466c (patch)
tree49b60d56b06e31c373fb0f04764388d76569bff2
parentb7d4e6a521a529ce3909ae9b8501236f436c62dc (diff)
downloadgnutls_3_5_x.tar.gz
.travis.yml: only run checks in tests/gnutls_3_5_x
There are gnulib tests which fail on travis systems but are not necessary for gnutls. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 18b96c4e90..eb83aa1090 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ script:
- PATH=/usr/local/opt/gettext/bin:$PATH make autoreconf
- PATH=/usr/local/opt/gettext/bin:$PATH ./configure --disable-full-test-suite --disable-valgrind-tests --disable-doc --disable-guile --disable-dependency-tracking
- make -j$(sysctl -n hw.ncpu)
- - make -j$(sysctl -n hw.ncpu) check gl_public_submodule_commit=
+ - make -j$(sysctl -n hw.ncpu) check -C tests gl_public_submodule_commit=
after_failure:
- for i in tests/*.log;do echo "" && echo $i && cat $i;done