The default submodule initialization in travis caused the MacOSX builds to fail.
compiler:
- clang
+git:
+ submodules: false
+
notifications:
email:
on_success: change
on_failure: always
+
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;
fi
- 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 -j4 check
+ - make check -j4