From b0d6f72e4733bb8eb9f3a167c78290d88a941b41 Mon Sep 17 00:00:00 2001 From: hyades Date: Tue, 3 Sep 2013 03:34:09 -0700 Subject: [PATCH] correcting excludes --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c426c90..4eff078 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ script: - ./.travis-run.sh after_success: - - coveralls --exclude lib --exclude tests - + - coveralls --exclude gio + # - coveralls notifications: email: - gst-switch-spam@googlegroups.com