diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-04 07:50:03 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-04 09:17:45 +0100 |
commit | 35bb9d4bc9f66293cd75cb405d5af3b291054e1f (patch) | |
tree | 3ef308a935d5a84bae3d2d1f5693859123e140d9 /.travis.yml | |
parent | e3d25aa439f3c98f0d715e9fa2fcbe98f9f8560d (diff) | |
download | gnutls-35bb9d4bc9f66293cd75cb405d5af3b291054e1f.tar.gz |
.travis.yml: updated instructions for travis buildstmp-travis5-fix
Removed unbound and other minor fixes.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index ee6e2ae532..d5ece95ad2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,12 +16,12 @@ notifications: before_install: - git submodule update --init - - if [ "$TRAVIS_OS_NAME" = "osx" ]; then - brew install pkg-config autoconf automake autogen libtool nettle valgrind p11-kit libtasn1 unbound libidn gettext; + - if [[ "$TRAVIS_OS_NAME" = "osx" ]]; then + brew install pkg-config autoconf automake autogen libtool nettle valgrind p11-kit libtasn1 gettext; fi 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 + - 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= |