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: compiler:
- gcc - gcc
- clang - clang
before_install:
- sudo pip install cpp-coveralls --use-mirrors
script: script:
- scons --coverage - scons
after_success:
- coveralls
notifications: notifications:
irc: "irc.upstandinghackers.com#hammer" irc: "irc.upstandinghackers.com#hammer"