Newer
Older
notifications:
email:
on_success: change
on_failure: change
matrix:
fast_finish: true
allow_failures:
- os: osx
- PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig"
- PATH="${HOME}/.local/bin:/usr/local/bin:${PATH}"
- LD_LIBRARY_PATH="${HOME}/.local/lib"
- DYLD_LIBRARY_PATH="${HOME}/.local/lib"
- ./scripts/bootstrap-depends.sh ${HOME}/.local
- make ${MAKEOPTS} install check COVERAGE=1 PREFIX=${HOME}/.local
- test $TRAVIS_OS_NAME = linux && coveralls -i lib -x ".c" --gcov-options '\-lp'