Skip to content
Snippets Groups Projects
Commit 99be4be2 authored by Manuel Günther's avatar Manuel Günther
Browse files

Fixed travis config

parent 1f26272a
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ script: ...@@ -27,7 +27,7 @@ script:
- ./bin/sphinx-build -b doctest doc sphinx - ./bin/sphinx-build -b doctest doc sphinx
- ./bin/sphinx-build -b html doc sphinx - ./bin/sphinx-build -b html doc sphinx
after_success: after_success:
- cpp-coveralls --build-root=`pwd` --exclude=src --dump=cpp_cov.json - cpp-coveralls --build-root=`pwd` --exclude=src --exclude-pattern=".*Compiler.*" --dump=cpp_cov.json
- coveralls --merge=cpp_cov.json - coveralls --merge=cpp_cov.json
- wget https://raw.githubusercontent.com/bioidiap/bob.extension/master/scripts/upload-{sphinx,wheel}.sh - wget https://raw.githubusercontent.com/bioidiap/bob.extension/master/scripts/upload-{sphinx,wheel}.sh
- chmod a+x upload-sphinx.sh upload-wheel.sh - chmod a+x upload-sphinx.sh upload-wheel.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment