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

Fixed travis

parent e613bcb0
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,6 @@ script: ...@@ -30,6 +30,6 @@ 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
- ./src/bob.extension/scripts/upload-sphinx.sh - ./src/bob.extension/scripts/upload-sphinx.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment