Skip to content
Snippets Groups Projects
Commit dcc7bd6b authored by Marek Vavruša's avatar Marek Vavruša
Browse files

travis: matrix ff, python from brew

parent a73bf3fb
Branches
Tags
No related merge requests found
......@@ -8,6 +8,10 @@ notifications:
email:
on_success: change
on_failure: change
matrix:
fast_finish: true
allow_failures:
- os: osx
env:
global:
- PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig"
......@@ -18,10 +22,14 @@ env:
before_script:
- ./scripts/bootstrap-depends.sh ${HOME}/.local
- pip install --user travis -r tests/pydnstest/requirements.txt cpp-coveralls
- test $TRAVIS_OS_NAME = osx \
&& brew update \
&& brew install python
script:
- make ${MAKEOPTS} check COVERAGE=1
after_success:
- test $TRAVIS_OS_NAME = linux && coveralls -i lib -x ".c" --gcov-options '\-lp'
- test $TRAVIS_OS_NAME = linux \
&& coveralls -i lib -x ".c" --gcov-options '\-lp'
sudo: false
cache:
directories:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment