Newer
Older
notifications:
email:
on_success: change
on_failure: change
- PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig"
- LD_LIBRARY_PATH="${HOME}/.local/lib"
- ./scripts/bootstrap-depends.sh ${HOME}/.local
- pip install --user travis -r tests/pydnstest/requirements.txt cpp-coveralls
- make ${MAKEOPTS} check COVERAGE=1
after_success:
- test $TRAVIS_OS_NAME = linux && coveralls -i lib -x ".c" --gcov-options '\-lp'