From 55befa55cbd2c86635058309fca7008c9e1a22d3 Mon Sep 17 00:00:00 2001 From: Prasanna Annamalai Date: Thu, 25 Jul 2013 14:24:34 +0530 Subject: [PATCH] Added coveralls support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 07a23de..91cb229 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ before_script: script: - ant coverage after_script: - - php vendor/bin/coveralls -v + - php vendor/bin/coveralls -v -c .coveralls.yml notifications: recipients: - DL-PP-Platform-PHP-SDK@ebay.com