aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a476f875..a4378d9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -91,9 +91,9 @@ install:
- cd ..
# autoconf build with grids and coverage
- if [ $TRAVIS_OS_NAME == "osx" ]; then
- CFLAGS="--coverage" ./configure;
+ CFLAGS="-DPJ_SELFTEST --coverage" ./configure;
else
- CFLAGS="--coverage" LDFLAGS="-lgcov" ./configure;
+ CFLAGS="-DPJ_SELFTEST --coverage" LDFLAGS="-lgcov" ./configure;
fi
- make -j3
- make check