Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reenable coveralls reporting
  • Loading branch information
vigsterkr committed Feb 5, 2014
1 parent 92bd077 commit fb58d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,8 @@ notifications:
- "it's %{author}'s turn to pay the next round of drinks for the massacre he caused in %{repository}: %{build_url}"
matrix:
include:
- compiler: gcc
env: CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -DENABLE_COVERAGE=ON" CUSTOM_PKG="sudo pip install --use-mirrors -q cpp-coveralls"
- compiler: clang
python: 2.7
language: python
Expand Down Expand Up @@ -70,3 +72,6 @@ script:
- if [ -z $CMAKE_OPTIONS ] ; then make -j 2 ; else make -j 4 ; fi
- sudo make install
- ctest --output-on-failure -j 2
after_success:
- cd ..
- coveralls -e /usr/include -e build/GoogleMock -e build/NLopt -e build/Eigen3 -e build/JSON -e build/CMakeFiles

0 comments on commit fb58d95

Please sign in to comment.