Removing coveralls, as it's not working for clang.

This commit is contained in:
Meredith L. Patterson 2013-10-16 18:08:09 -07:00
parent 2f7f7d6fc4
commit 75dc4710a4

View file

@ -2,11 +2,7 @@ language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls --use-mirrors
script:
- scons --coverage
after_success:
- coveralls
- scons
notifications:
irc: "irc.upstandinghackers.com#hammer"