now both clang and gcc have coverage without any dumb hacks

This commit is contained in:
Meredith L. Patterson 2015-10-04 02:53:54 +02:00
parent d809bbd1a9
commit 4fed9327a4
3 changed files with 9 additions and 7 deletions

View file

@ -91,7 +91,6 @@ matrix:
language: cpp
env: BINDINGS=cpp CC=clang
before_install:
- if [ "$CC" == "clang" ]; then export CC="clang --coverage"; fi
- sudo apt-get update -qq
- sudo apt-get install lcov
- gem install coveralls-lcov