summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b06e8977a..f4d0ae7782 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,12 +5,17 @@ language: c
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
@@ -19,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 -j4 check
+ - make check -j4