Skip to content

Commit

Permalink
Merge pull request #535 from peternewman/coveralls
Browse files Browse the repository at this point in the history
Fix the exclusion of the tests for coveralls
  • Loading branch information
nomis52 committed Nov 24, 2014
2 parents 04c04dc + 260a85d commit f1af4e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ before_install:
- if [ "$TASK" = "coverage" ]; then sudo pip install -qq cpp-coveralls; fi
#Install doxygen if required
- if [ "$TASK" = "doxygen" ]; then sudo apt-get install -qq doxygen; fi
- pwd

after_success:
- if [ "$TASK" = "coverage" ]; then coveralls --gcov /usr/bin/gcov-4.8 -b . -E 'Test.cpp$' --gcov-options '\-lp' > /dev/null; fi
- if [ "$TASK" = "coverage" ]; then coveralls --gcov /usr/bin/gcov-4.8 -b . -E '.*Test\.cpp$' --gcov-options '\-lp' > /dev/null; fi

notifications:
irc:
Expand Down

0 comments on commit f1af4e2

Please sign in to comment.