From 75dc4710a4845458631b59952d4fcf9592470bf3 Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@upstandinghackers.com>
Date: Wed, 16 Oct 2013 18:08:09 -0700
Subject: [PATCH] Removing coveralls, as it's not working for clang.

---
 .travis.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 90542d17..1458ecd6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
-- 
GitLab